[svn:mod_parrot] r385 - mod_parrot/branches/configure/config/gen
[email protected] Thu, 24 Jul 2008 16:07:27 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
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 {