diff options
Diffstat (limited to 'third_party/git/perl/Git/LoadCPAN/Error.pm')
-rw-r--r-- | third_party/git/perl/Git/LoadCPAN/Error.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/git/perl/Git/LoadCPAN/Error.pm b/third_party/git/perl/Git/LoadCPAN/Error.pm new file mode 100644 index 000000000000..c6d2c45d808b --- /dev/null +++ b/third_party/git/perl/Git/LoadCPAN/Error.pm @@ -0,0 +1,10 @@ +package Git::LoadCPAN::Error; +use 5.008; +use strict; +use warnings; +use Git::LoadCPAN ( + module => 'Error', + import => 1, +); + +1; |