Author: jkeenan
Date: Fri Oct  5 18:29:19 2007
New Revision: 21902

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

Log:
Revert the last change; I'm not sure how to proceed yet.


Modified: branches/reconfigure/lib/Parrot/Configure.pm
==============================================================================
--- branches/reconfigure/lib/Parrot/Configure.pm        (original)
+++ branches/reconfigure/lib/Parrot/Configure.pm        Fri Oct  5 18:29:19 2007
@@ -363,9 +363,9 @@
                 )
                 or (
                     # by step name
-#                    ( ${ $conf->{hash_of_steps} }{ $args->{verbose_step} } )
-#                        and ( $args->{verbose_step} eq $step_name )
-                    ${ $conf->{hash_of_steps} }{ $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