Author: jkeenan
Date: Fri Feb 15 16:28:11 2008
New Revision: 25747

Modified:
   branches/tcif/lib/Parrot/Configure/Step/List.pm

Log:
Change my @steps to our @steps to make it assignable in test files.

Modified: branches/tcif/lib/Parrot/Configure/Step/List.pm
==============================================================================
--- branches/tcif/lib/Parrot/Configure/Step/List.pm     (original)
+++ branches/tcif/lib/Parrot/Configure/Step/List.pm     Fri Feb 15 16:28:11 2008
@@ -7,7 +7,7 @@
 our @EXPORT_OK = qw( get_steps_list );
 
 # EDIT HERE TO ADD NEW TESTS
-my @steps = (
+our @steps = (
     'init::manifest',
     'init::defaults',
     'init::install',

Reply via email to