about summary refs log tree commit diff
path: root/third_party/git/perl/Git/LoadCPAN/Error.pm
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/perl/Git/LoadCPAN/Error.pm')
-rw-r--r--third_party/git/perl/Git/LoadCPAN/Error.pm10
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 c6d2c45d80..0000000000
--- 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;