[svn:parrot] r44428 - trunk/t/tools/ops2pm

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Feb 24 00:36:03 UTC 2010


Author: mikehh
Date: Wed Feb 24 00:36:03 2010
New Revision: 44428
URL: https://trac.parrot.org/parrot/changeset/44428

Log:
fix perlcritic failure - missing perl coda

Modified:
   trunk/t/tools/ops2pm/05-renum_op_map_file.t

Modified: trunk/t/tools/ops2pm/05-renum_op_map_file.t
==============================================================================
--- trunk/t/tools/ops2pm/05-renum_op_map_file.t	Wed Feb 24 00:30:09 2010	(r44427)
+++ trunk/t/tools/ops2pm/05-renum_op_map_file.t	Wed Feb 24 00:36:03 2010	(r44428)
@@ -1,5 +1,5 @@
 #! perl
-# Copyright (C) 2007-2008, Parrot Foundation.
+# Copyright (C) 2007-2010, Parrot Foundation.
 # $Id$
 # 05-renum_op_map_file.t
 
@@ -127,3 +127,10 @@
     return ($lastcode, $lastnumber);
 }
 
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
+


More information about the parrot-commits mailing list