| Subject: | [svn:mod_parrot] r404 - mod_parrot/branches/configure/config/init |
|---|---|
| From: | particle@xxxxxxxxxxxx |
| Date: | Sat, 26 Jul 2008 11:48:31 -0700 (PDT) |
| Newsgroups: | perl.cvs.mod_parrot |
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;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:mod_parrot] r403 - mod_parrot/branches/configure/config/init, particle |
|---|---|
| Next by Date: | [svn:mod_parrot] r405 - mod_parrot/trunk/src, jhorwitz |
| Previous by Thread: | [svn:mod_parrot] r403 - mod_parrot/branches/configure/config/init, particle |
| Next by Thread: | [svn:mod_parrot] r405 - mod_parrot/trunk/src, jhorwitz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |