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

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

Subject: [svn:mod_parrot] r376 - mod_parrot/branches/configure/config/init
From: particle@xxxxxxxxxxxx
Date: Thu, 24 Jul 2008 10:29:36 -0700 (PDT)
Newsgroups: perl.cvs.mod_parrot

Author: particle
Date: Thu Jul 24 10:29:35 2008
New Revision: 376

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

Log:
[config] add note about hardcoded lib path

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       Thu Jul 24 
10:29:35 2008
@@ -17,6 +17,7 @@
 
 use base qw(ModParrot::Configure::Step);
 
+##  TODO this hardcoded setup *must* be replaced with something smarter
 use lib '../lib', '/usr/local/parrot/trunk/lib';
 use Parrot::Config;
 

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