[svn:mod_parrot] r338 - in mod_parrot/branches/configure: config/directives lib/ModParrot/Configure

[email protected] Sat, 17 May 2008 17:54:32 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: particle
Date: Sat May 17 17:54:31 2008
New Revision: 338

Modified:
   mod_parrot/branches/configure/config/directives/configure.op
   mod_parrot/branches/configure/lib/ModParrot/Configure/Data.pm

Log:
[config] create/init configure objects, ready to write and perform configure tasks

Modified: mod_parrot/branches/configure/config/directives/configure.op
==============================================================================
--- mod_parrot/branches/configure/config/directives/configure.op	(original)
+++ mod_parrot/branches/configure/config/directives/configure.op	Sat May 17 17:54:31 2008
@@ -17,7 +17,7 @@
 
 ## run the configuration steps
 #run init::manifest
-#run init::defaults
+run init::defaults
 #run init::install
 #run init::miniparrot
 #run init::hints

Modified: mod_parrot/branches/configure/lib/ModParrot/Configure/Data.pm
==============================================================================
--- mod_parrot/branches/configure/lib/ModParrot/Configure/Data.pm	(original)
+++ mod_parrot/branches/configure/lib/ModParrot/Configure/Data.pm	Sat May 17 17:54:31 2008
@@ -358,4 +358,4 @@
 
 1;
 
-# vim: expandtab shiftwidth=4:
+# vim: et sw=4: