[svn:parrot] r44429 - trunk/ext/Parrot-Embed/t

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Feb 24 00:40:57 UTC 2010


Author: mikehh
Date: Wed Feb 24 00:40:56 2010
New Revision: 44429
URL: https://trac.parrot.org/parrot/changeset/44429

Log:
fix perlcritic failure - missing perl coda, but still 2 TODOs in the file

Modified:
   trunk/ext/Parrot-Embed/t/pipp.t

Modified: trunk/ext/Parrot-Embed/t/pipp.t
==============================================================================
--- trunk/ext/Parrot-Embed/t/pipp.t	Wed Feb 24 00:36:03 2010	(r44428)
+++ trunk/ext/Parrot-Embed/t/pipp.t	Wed Feb 24 00:40:56 2010	(r44429)
@@ -1,5 +1,5 @@
 #!perl
-# Copyright (C) 2008-2009, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -73,3 +73,11 @@
     ok( $pmc, 'invoke() should return a PMC, given that signature' );
     is( $pmc->get_string(), 42, 'value returned in the PMC' );
 }
+
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:


More information about the parrot-commits mailing list