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 | |
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 ***
-rw-r--r-- | perl-MDK-Common.spec | 3 | ||||
-rw-r--r-- | perl_checker_fake_packages/Getopt/Long.pm | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index ab59b2e..c6f96a4 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -64,10 +64,11 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog -* Fri Aug 13 2004 Pixel <pixel@mandrakesoft.com> 1.1.17-3mdk +* Wed Aug 18 2004 Pixel <pixel@mandrakesoft.com> 1.1.17-3mdk - use DESTDIR - add perl_checker-vim - add Ctrl-return in perl and cperl emacs mode +- fake Getopt::Long * Wed Aug 11 2004 Pixel <pixel@mandrakesoft.com> 1.1.17-2mdk - various perl_checker enhancements/fixes 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 {} |