[svn:parrot] r44422 - trunk/t/compilers/imcc/syn

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 23:43:41 UTC 2010


Author: mikehh
Date: Tue Feb 23 23:43:40 2010
New Revision: 44422
URL: https://trac.parrot.org/parrot/changeset/44422

Log:
fix perlcritic failure - missing perl coda

Modified:
   trunk/t/compilers/imcc/syn/hll.t

Modified: trunk/t/compilers/imcc/syn/hll.t
==============================================================================
--- trunk/t/compilers/imcc/syn/hll.t	Tue Feb 23 23:39:43 2010	(r44421)
+++ trunk/t/compilers/imcc/syn/hll.t	Tue Feb 23 23:43:40 2010	(r44422)
@@ -1,5 +1,5 @@
 #!perl
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -81,3 +81,10 @@
 Stack
 OUT
 }
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:


More information about the parrot-commits mailing list