summaryrefslogtreecommitdiffstats
path: root/perl_checker_fake_packages
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-18 01:57:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-18 01:57:51 +0000
commit7312e36856bb7bf9c3261f3791bfe1b24885c639 (patch)
treed51a3ca0464d3999e6a9bffa4848fe37f3a42139 /perl_checker_fake_packages
parent0e6aea9eac2fc598fc5d3db1a795fb3aae02f3f7 (diff)
downloadperl-MDK-Common-7312e36856bb7bf9c3261f3791bfe1b24885c639.tar
perl-MDK-Common-7312e36856bb7bf9c3261f3791bfe1b24885c639.tar.gz
perl-MDK-Common-7312e36856bb7bf9c3261f3791bfe1b24885c639.tar.bz2
perl-MDK-Common-7312e36856bb7bf9c3261f3791bfe1b24885c639.tar.xz
perl-MDK-Common-7312e36856bb7bf9c3261f3791bfe1b24885c639.zip
*** empty log message ***
Diffstat (limited to 'perl_checker_fake_packages')
-rw-r--r--perl_checker_fake_packages/Getopt/Long.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl_checker_fake_packages/Getopt/Long.pm b/perl_checker_fake_packages/Getopt/Long.pm
new file mode 100644
index 0000000..6437264
--- /dev/null
+++ b/perl_checker_fake_packages/Getopt/Long.pm
@@ -0,0 +1,6 @@
+package Getopt::Long;
+
+our @ISA = qw(Exporter);
+our @EXPORT = qw(GetOptions);
+
+sub GetOptions {}