Author: jkeenan
Date: Fri Oct  5 17:24:45 2007
New Revision: 21899

Modified:
   branches/reconfigure/lib/Parrot/Configure.pm

Log:
_run_single_step():  Simplify 2nd stanza in verbose-step related code.

Modified: branches/reconfigure/lib/Parrot/Configure.pm
==============================================================================
--- branches/reconfigure/lib/Parrot/Configure.pm        (original)
+++ branches/reconfigure/lib/Parrot/Configure.pm        Fri Oct  5 17:24:45 2007
@@ -363,8 +363,9 @@
                 )
                 or (
                     # by step name
-                    ( ${ $conf->{hash_of_steps} }{ $args->{verbose_step} } )
-                        and ( $args->{verbose_step} eq $step_name )
+#                    ( ${ $conf->{hash_of_steps} }{ $args->{verbose_step} } )
+#                        and ( $args->{verbose_step} eq $step_name )
+                    ${ $conf->{hash_of_steps} }{ $step_name }
                 )
                 or (
                     # by description

Reply via email to