[svn:parrot] r44424 - trunk/t/op

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Feb 24 00:21:37 UTC 2010


Author: mikehh
Date: Wed Feb 24 00:21:37 2010
New Revision: 44424
URL: https://trac.parrot.org/parrot/changeset/44424

Log:
fix perlcritic failure - fix perl coda

Modified:
   trunk/t/op/exit.t

Modified: trunk/t/op/exit.t
==============================================================================
--- trunk/t/op/exit.t	Wed Feb 24 00:04:33 2010	(r44423)
+++ trunk/t/op/exit.t	Wed Feb 24 00:21:37 2010	(r44424)
@@ -1,5 +1,5 @@
 #!perl
-# Copyright (C) 2009, Parrot Foundation.
+# Copyright (C) 2009-2010, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -65,6 +65,7 @@
     pbc_exit_code_is($pbc, 0, 'pbc exits with 0 by default');
 }
 
+# Local Variables:
 #   mode: cperl
 #   cperl-indent-level: 4
 #   fill-column: 100


More information about the parrot-commits mailing list