[svn:mod_parrot] r403 - mod_parrot/branches/configure/config/init
[email protected] Sat, 26 Jul 2008 11:41:16 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: particle
Date: Sat Jul 26 11:41:15 2008
New Revision: 403
Modified:
mod_parrot/branches/configure/config/init/defaults.pm
Log:
[config] default verbose option to empty string
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:41:15 2008
@@ -36,7 +36,7 @@
defines => '',
optimize => '',
perl => $^X,
- verbose => $conf->options->get('verbose'),
+ verbose => $conf->options->get('verbose') || '',
);
return $self;