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, 0 insertions, 10 deletions
diff --git a/third_party/git/perl/Git/LoadCPAN/Error.pm b/third_party/git/perl/Git/LoadCPAN/Error.pm deleted file mode 100644 index c6d2c45d808b..000000000000 --- a/third_party/git/perl/Git/LoadCPAN/Error.pm +++ /dev/null @@ -1,10 +0,0 @@ -package Git::LoadCPAN::Error; -use 5.008; -use strict; -use warnings; -use Git::LoadCPAN ( - module => 'Error', - import => 1, -); - -1; |