Author: jkeenan
Date: Sun Sep 30 13:14:41 2007
New Revision: 21678

Modified:
   branches/reconfigure/MANIFEST
   branches/reconfigure/lib/Parrot/Configure.pm
   branches/reconfigure/t/configure/testlib/init/zeta.pm

Log:
Minor typographical cleanup.

Modified: branches/reconfigure/MANIFEST
==============================================================================
--- branches/reconfigure/MANIFEST       (original)
+++ branches/reconfigure/MANIFEST       Sun Sep 30 13:14:41 2007
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Sun Sep 30 17:37:27 2007 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sun Sep 30 20:09:37 2007 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -2953,6 +2953,7 @@
 t/configure/038-run_single_step.t                           []
 t/configure/039-slurp_file.t                                []
 t/configure/040-return_undef.t                              []
+t/configure/042-fatal_step.t                                []
 t/configure/101-init_manifest.01.t                          []
 t/configure/101-init_manifest.02.t                          []
 t/configure/102-init_defaults.01.t                          []
@@ -3040,6 +3041,7 @@
 t/configure/testlib/init/eta.pm                             []
 t/configure/testlib/init/foobar.pm                          []
 t/configure/testlib/init/gamma.pm                           []
+t/configure/testlib/init/iota.pm                            []
 t/configure/testlib/init/zeta.pm                            []
 t/configure/testlib/inter/theta.pm                          []
 t/distro/file_metadata.t                                    []

Modified: branches/reconfigure/lib/Parrot/Configure.pm
==============================================================================
--- branches/reconfigure/lib/Parrot/Configure.pm        (original)
+++ branches/reconfigure/lib/Parrot/Configure.pm        Sun Sep 30 13:14:41 2007
@@ -245,7 +245,7 @@
             $/x
         ) {
             %steps_to_die_for = map {$_, 1} (split /,/, $fatal_step);
-            print STDERR Dumper \%steps_to_die_for;
+#            print STDERR Dumper \%steps_to_die_for;
         } else {
             die "Argument to 'fatal-step' option must be comma-delimited 
string of valid configuration steps";
         }

Modified: branches/reconfigure/t/configure/testlib/init/zeta.pm
==============================================================================
--- branches/reconfigure/t/configure/testlib/init/zeta.pm       (original)
+++ branches/reconfigure/t/configure/testlib/init/zeta.pm       Sun Sep 30 
13:14:41 2007
@@ -26,7 +26,6 @@
 
 my $result = q|Goodbye, cruel world|;
 
-
 sub runstep {
     my ( $self, $conf ) = @_;
     $self->set_result($result);

Reply via email to