Author: jkeenan Date: Wed Oct 3 20:07:14 2007 New Revision: 21808 Modified: branches/reconfigure/t/configure/038-run_single_step.t
Log: Correct error in name of file at several places inside the file. Modified: branches/reconfigure/t/configure/038-run_single_step.t ============================================================================== --- branches/reconfigure/t/configure/038-run_single_step.t (original) +++ branches/reconfigure/t/configure/038-run_single_step.t Wed Oct 3 20:07:14 2007 @@ -1,7 +1,7 @@ #! perl # Copyright (C) 2007, The Perl Foundation. # $Id$ -# 037-run_single_step.t +# 038-run_single_step.t use strict; use warnings; @@ -37,11 +37,11 @@ =head1 NAME -037-run_single_step.t - test C<run_single_step()> during configuration +038-run_single_step.t - test C<run_single_step()> during configuration =head1 SYNOPSIS - % prove t/configure/037-run_single_step.t + % prove t/configure/038-run_single_step.t =head1 DESCRIPTION
