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

[email protected] Sat, 26 Jul 2008 11:32:40 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: particle
Date: Sat Jul 26 11:32:39 2008
New Revision: 401

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

Log:
[config] alphabatize options list

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:32:39 2008
@@ -32,13 +32,11 @@
 
     # We need a Glossary somewhere!
     $conf->data->set(
-        perl             => $^X,
-
         debug            => $conf->options->get('debug') || $ENV{'MP_DEBUG'} || '',
+        defines          => '',
         optimize         => '',
+        perl             => $^X,
         verbose          => $conf->options->get('verbose'),
-
-        defines          => '',
     );
 
     return $self;