perl.cvs.mod_parrot
[Top] [All Lists]

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

Subject: [svn:mod_parrot] r402 - mod_parrot/branches/configure/config/init
From: particle@xxxxxxxxxxxx
Date: Sat, 26 Jul 2008 11:36:46 -0700 (PDT)
Newsgroups: perl.cvs.mod_parrot

Author: particle
Date: Sat Jul 26 11:36:45 2008
New Revision: 402

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

Log:
[config] turn comment into todo

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:36:45 2008
@@ -30,7 +30,7 @@
 sub runstep {
     my ( $self, $conf ) = @_;
 
-    # We need a Glossary somewhere!
+    ## TODO create a data dictionary
     $conf->data->set(
         debug            => $conf->options->get('debug') || $ENV{'MP_DEBUG'} 
|| '',
         defines          => '',

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:mod_parrot] r402 - mod_parrot/branches/configure/config/init, particle <=