Author: jhoblitt
Date: Wed Dec 28 19:08:32 2005
New Revision: 10758
Modified:
trunk/lib/Parrot/Configure.pm
Log:
change ->runsteps() to return $self
Modified: trunk/lib/Parrot/Configure.pm
==============================================================================
--- trunk/lib/Parrot/Configure.pm (original)
+++ trunk/lib/Parrot/Configure.pm Wed Dec 28 19:08:32 2005
@@ -156,6 +156,8 @@ sub runsteps
# reset verbose value for the next step
$self->options->set(verbose => $verbose);
}
+
+ return $self;
}
=back