diff options
| author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-18 01:57:51 +0000 |
|---|---|---|
| committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-18 01:57:51 +0000 |
| commit | 7312e36856bb7bf9c3261f3791bfe1b24885c639 (patch) | |
| tree | d51a3ca0464d3999e6a9bffa4848fe37f3a42139 /perl_checker_fake_packages/Getopt | |
| parent | 0e6aea9eac2fc598fc5d3db1a795fb3aae02f3f7 (diff) | |
| download | perl-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/Getopt')
| -rw-r--r-- | perl_checker_fake_packages/Getopt/Long.pm | 6 |
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 {} |
