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, 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 0000000000..c6d2c45d80
--- /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;