perl.cvs.mod_parrot
[Top] [All Lists]

[svn:mod_parrot] r385 - mod_parrot/branches/configure/config/gen

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>
  • [svn:mod_parrot] r385 - mod_parrot/branches/configure/config/gen, particle <=