| Subject: | [svn:mod_parrot] r399 - mod_parrot/branches/configure/config/probe |
|---|---|
| From: | particle@xxxxxxxxxxxx |
| Date: | Sat, 26 Jul 2008 09:58:49 -0700 (PDT) |
| Newsgroups: | perl.cvs.mod_parrot |
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; |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:mod_parrot] r398 - mod_parrot/branches/configure/lib/ModParrot/Configure, particle |
|---|---|
| Next by Date: | [svn:mod_parrot] r400 - mod_parrot/branches/configure/config/directives, particle |
| Previous by Thread: | [svn:mod_parrot] r398 - mod_parrot/branches/configure/lib/ModParrot/Configure, particle |
| Next by Thread: | [svn:mod_parrot] r400 - mod_parrot/branches/configure/config/directives, particle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |