[svn:parrot] r43584 - branches/one_make/lib/Parrot

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Jan 25 02:17:42 UTC 2010


Author: jkeenan
Date: Mon Jan 25 02:17:39 2010
New Revision: 43584
URL: https://trac.parrot.org/parrot/changeset/43584

Log:
Add 'use warnings' to keep perlcritic happy.

Modified:
   branches/one_make/lib/Parrot/H2inc.pm

Modified: branches/one_make/lib/Parrot/H2inc.pm
==============================================================================
--- branches/one_make/lib/Parrot/H2inc.pm	Sun Jan 24 20:14:20 2010	(r43583)
+++ branches/one_make/lib/Parrot/H2inc.pm	Mon Jan 25 02:17:39 2010	(r43584)
@@ -3,6 +3,7 @@
 # $Id$
 
 use strict;
+use warnings;
 use Exporter;
 our @ISA = qw( Exporter );
 our @EXPORT_OK = qw(


More information about the parrot-commits mailing list