r29488 - /trunk/dh-make-perl/lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 9 14:24:17 UTC 2009


Author: dmn
Date: Fri Jan  9 14:24:15 2009
New Revision: 29488

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29488
Log:
call cfg->parse_config_file

Modified:
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=29488&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Fri Jan  9 14:24:15 2009
@@ -110,6 +110,7 @@
     unless ( $self->cfg ) {
         $self->cfg( DhMakePerl::Config->new );
         $self->cfg->parse_command_line_options;
+        $self->cfg->parse_config_file;
     }
 
     chomp($date);




More information about the Pkg-perl-cvs-commits mailing list