[svn:parrot] r36207 - trunk/config/gen/makefiles

barney at svn.parrot.org barney at svn.parrot.org
Sat Jan 31 18:16:38 UTC 2009


Author: barney
Date: Sat Jan 31 18:16:38 2009
New Revision: 36207
URL: https://trac.parrot.org/parrot/changeset/36207

Log:
[codingstd] perlcritic.t

Modified:
   trunk/config/gen/makefiles/dynpmc_pl.in

Modified: trunk/config/gen/makefiles/dynpmc_pl.in
==============================================================================
--- trunk/config/gen/makefiles/dynpmc_pl.in	Sat Jan 31 17:57:49 2009	(r36206)
+++ trunk/config/gen/makefiles/dynpmc_pl.in	Sat Jan 31 18:16:38 2009	(r36207)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005, The Perl Foundation.
+# Copyright (C) 2001-2009, The Perl Foundation.
 # $Id$
 
 =head1 NAME
@@ -109,7 +109,7 @@
     }
 
     if (defined $ENV{DYNPMC_LINK}) {
-        push @$sources, split ",", $ENV{DYNPMC_LINK};
+        push @{$sources}, split /,/, $ENV{DYNPMC_LINK};
     }
 
     return


More information about the parrot-commits mailing list