[svn:parrot] r48845 - trunk/tools/build

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Wed Sep 8 01:12:21 UTC 2010


Author: dukeleto
Date: Wed Sep  8 01:12:20 2010
New Revision: 48845
URL: https://trac.parrot.org/parrot/changeset/48845

Log:
[tools] Refactor tools/build/parrot_config_c.pl . No functional changes

Modified:
   trunk/tools/build/parrot_config_c.pl

Modified: trunk/tools/build/parrot_config_c.pl
==============================================================================
--- trunk/tools/build/parrot_config_c.pl	Wed Sep  8 00:58:59 2010	(r48844)
+++ trunk/tools/build/parrot_config_c.pl	Wed Sep  8 01:12:20 2010	(r48845)
@@ -5,9 +5,6 @@
 use warnings;
 use strict;
 
-my ($svnid) =
-    '$Id$' =~ /^\$[iI][dD]:\s(.*)\$$/;
-
 =head1 NAME
 
 tools/build/parrot_config_c.pl - Create src/parrot_config.c and variants
@@ -30,8 +27,6 @@
 
 =cut
 
-use strict;
-
 my ( $mini_parrot, $install_parrot );
 
 $mini_parrot    = 1 if @ARGV && $ARGV[0] =~ /mini/;


More information about the parrot-commits mailing list