| Subject: | [svn:mod_parrot] r388 - mod_parrot/branches/configure/config/init |
|---|---|
| From: | jhorwitz@xxxxxxxxxxxx |
| Date: | Fri, 25 Jul 2008 11:30:34 -0700 (PDT) |
| Newsgroups: | perl.cvs.mod_parrot |
Author: jhorwitz
Date: Fri Jul 25 11:30:33 2008
New Revision: 388
Modified:
mod_parrot/branches/configure/config/init/defaults.pm
Log:
DEBUG should default to value of MP_DEBUG environment variable
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 Fri Jul 25
11:30:33 2008
@@ -34,8 +34,7 @@
$conf->data->set(
perl => $^X,
- debug => ( $conf->options->get('debug') || $ENV{'MP_DEBUG'}
)
- ? 1 : 0,
+ debug => $conf->options->get('debug') || $ENV{'MP_DEBUG'},
optimize => '',
verbose => $conf->options->get('verbose'),
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:mod_parrot] r387 - in mod_parrot/branches/configure: . include lib/ModParrot/HLL src, particle |
|---|---|
| Next by Date: | [svn:mod_parrot] r389 - mod_parrot/branches/configure/config/init, particle |
| Previous by Thread: | [svn:mod_parrot] r387 - in mod_parrot/branches/configure: . include lib/ModParrot/HLL src, particle |
| Next by Thread: | [svn:mod_parrot] r389 - mod_parrot/branches/configure/config/init, particle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |