[svn:parrot] r37249 - trunk/tools/dev

barney at svn.parrot.org barney at svn.parrot.org
Mon Mar 9 20:13:28 UTC 2009


Author: barney
Date: Mon Mar  9 20:13:27 2009
New Revision: 37249
URL: https://trac.parrot.org/parrot/changeset/37249

Log:
[perl] align some fat commas

Modified:
   trunk/tools/dev/gen_makefile.pl

Modified: trunk/tools/dev/gen_makefile.pl
==============================================================================
--- trunk/tools/dev/gen_makefile.pl	Mon Mar  9 18:34:24 2009	(r37248)
+++ trunk/tools/dev/gen_makefile.pl	Mon Mar  9 20:13:27 2009	(r37249)
@@ -16,10 +16,10 @@
 
 my $args = process_options(
     {
-        step => 'gen::makefiles',
-        mode => 'reconfigure',
+        step              => 'gen::makefiles',
+        mode              => 'reconfigure',
         conditioned_lines => 1,
-        replace_slashes => 1,
+        replace_slashes   => 1,
     }
 );
 exit(1) unless ( defined $args );
@@ -27,7 +27,7 @@
 my $template = $ARGV[0];
 my $makefile = $ARGV[1];
 
-my $conf = Parrot::Configure->new;
+my $conf = Parrot::Configure->new();
 $conf->options->set( %{$args} );
 $conf->data()->get_PConfig(); #load configuration data
 $conf->genfile( $template => $makefile);


More information about the parrot-commits mailing list