summaryrefslogtreecommitdiffstats
path: root/fake_packages/Getopt/Long.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/Getopt/Long.pm')
-rw-r--r--fake_packages/Getopt/Long.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/fake_packages/Getopt/Long.pm b/fake_packages/Getopt/Long.pm
new file mode 100644
index 0000000..6437264
--- /dev/null
+++ b/fake_packages/Getopt/Long.pm
@@ -0,0 +1,6 @@
+package Getopt::Long;
+
+our @ISA = qw(Exporter);
+our @EXPORT = qw(GetOptions);
+
+sub GetOptions {}