| Subject: | [svn:mod_parrot] r385 - mod_parrot/branches/configure/config/gen |
|---|---|
| From: | particle@xxxxxxxxxxxx |
| Date: | Thu, 24 Jul 2008 16:07:27 -0700 (PDT) |
| Newsgroups: | perl.cvs.mod_parrot |
Author: particle
Date: Thu Jul 24 16:07:26 2008
New Revision: 385
Modified:
mod_parrot/branches/configure/config/gen/makefile.pm
Log:
[config] steps should return self
Modified: mod_parrot/branches/configure/config/gen/makefile.pm
==============================================================================
--- mod_parrot/branches/configure/config/gen/makefile.pm (original)
+++ mod_parrot/branches/configure/config/gen/makefile.pm Thu Jul 24
16:07:26 2008
@@ -37,7 +37,7 @@
$self->makefiles($conf);
- return 1;
+ return $self;
}
sub makefiles {
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:mod_parrot] r384 - in mod_parrot/branches/configure: . config/gen/makefiles config/init config/probe lib/ModParrot lib/ModParrot/Configure, particle |
|---|---|
| Next by Date: | [svn:mod_parrot] r386 - mod_parrot/branches/configure/config/probe, jhorwitz |
| Previous by Thread: | [svn:mod_parrot] r384 - in mod_parrot/branches/configure: . config/gen/makefiles config/init config/probe lib/ModParrot lib/ModParrot/Configure, particle |
| Next by Thread: | [svn:mod_parrot] r386 - mod_parrot/branches/configure/config/probe, jhorwitz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |