Author: sparky                       Date: Wed Jan  4 15:41:48 2006 GMT
Module: vfmg                          Tag: DEVEL
---- Log message:
- configure Getopt::Long at import time

---- Files affected:
vfmg:
   vfmg (1.73.2.51 -> 1.73.2.52) 

---- Diffs:

================================================================
Index: vfmg/vfmg
diff -u vfmg/vfmg:1.73.2.51 vfmg/vfmg:1.73.2.52
--- vfmg/vfmg:1.73.2.51 Wed Jan  4 16:31:27 2006
+++ vfmg/vfmg   Wed Jan  4 16:41:43 2006
@@ -3,7 +3,7 @@
 
 use strict;
 use File::Find qw(find);
-use Getopt::Long;
+use Getopt::Long qw(GetOptions :config bundling);
 use Encode qw(encode decode);
 
 # header {{{
@@ -57,7 +57,6 @@
 );
 # }}}
 
-Getopt::Long::Configure("bundling");
 GetOptions( # {{{
        'help|h'                =>      \$o_help,
        'tags|t'                =>      \$o_tags,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/vfmg/vfmg?r1=1.73.2.51&r2=1.73.2.52&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to