develooper Front page | perl.cvs.mod_parrot | Postings from July 2008

[svn:mod_parrot] r404 - mod_parrot/branches/configure/config/init

From:
particle
Date:
July 26, 2008 11:48
Subject:
[svn:mod_parrot] r404 - mod_parrot/branches/configure/config/init
Message ID:
20080726184832.12990CB9B2@x12.develooper.com
Author: particle
Date: Sat Jul 26 11:48:31 2008
New Revision: 404

Modified:
   mod_parrot/branches/configure/config/init/defaults.pm

Log:
[config] verbose is a numeric, not a string, so default it to zero

Modified: mod_parrot/branches/configure/config/init/defaults.pm
==============================================================================
--- mod_parrot/branches/configure/config/init/defaults.pm	(original)
+++ mod_parrot/branches/configure/config/init/defaults.pm	Sat Jul 26 11:48:31 2008
@@ -36,7 +36,7 @@
         defines          => '',
         optimize         => '',
         perl             => $^X,
-        verbose          => $conf->options->get('verbose') || '',
+        verbose          => $conf->options->get('verbose') || 0,
     );
 
     return $self;



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About