diff options
Diffstat (limited to 'perl/Git/LoadCPAN/Error.pm')
-rw-r--r-- | perl/Git/LoadCPAN/Error.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/Git/LoadCPAN/Error.pm b/perl/Git/LoadCPAN/Error.pm new file mode 100644 index 0000000000..c6d2c45d80 --- /dev/null +++ b/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; |