[svn:parrot] r44421 - trunk/t/dynpmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 23:39:43 UTC 2010
Author: mikehh
Date: Tue Feb 23 23:39:43 2010
New Revision: 44421
URL: https://trac.parrot.org/parrot/changeset/44421
Log:
fix perlcritic failure - missing perl coda
Modified:
trunk/t/dynpmc/rational.t
Modified: trunk/t/dynpmc/rational.t
==============================================================================
--- trunk/t/dynpmc/rational.t Tue Feb 23 23:33:33 2010 (r44420)
+++ trunk/t/dynpmc/rational.t Tue Feb 23 23:39:43 2010 (r44421)
@@ -1,5 +1,5 @@
#! perl
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$
use strict;
@@ -658,3 +658,10 @@
-1
1
OUTPUT
+
+# Local Variables:
+# mode: cperl
+# cperl-indent-level: 4
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
More information about the parrot-commits
mailing list