[svn:mod_parrot] r399 - mod_parrot/branches/configure/config/probe
[email protected] Sat, 26 Jul 2008 09:58:49 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: particle Date: Sat Jul 26 09:58:48 2008 New Revision: 399 Modified: mod_parrot/branches/configure/config/probe/parrot.pm Log: [config] hardcode a path for jerry, too Modified: mod_parrot/branches/configure/config/probe/parrot.pm ============================================================================== --- mod_parrot/branches/configure/config/probe/parrot.pm (original) +++ mod_parrot/branches/configure/config/probe/parrot.pm Sat Jul 26 09:58:48 2008 @@ -19,7 +19,7 @@ ## TODO this hardcoded setup *must* be replaced with something smarter ## probably split out the parrot config stuff into a probe at a later time -use lib '../lib', '/home/jeff/build/parrot/lib'; +use lib '../lib', '/home/jeff/build/parrot/lib', '/usr/local/parrot/trunk/lib'; use Parrot::Config;