[svn:mod_parrot] r376 - mod_parrot/branches/configure/config/init
[email protected] Thu, 24 Jul 2008 10:29:36 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
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;