[svn:parrot] r44365 - trunk/t/dynoplibs

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 04:51:12 UTC 2010


Author: mikehh
Date: Tue Feb 23 04:51:12 2010
New Revision: 44365
URL: https://trac.parrot.org/parrot/changeset/44365

Log:
fix pir coda

Modified:
   trunk/t/dynoplibs/math.t
   trunk/t/dynoplibs/obscure.t

Modified: trunk/t/dynoplibs/math.t
==============================================================================
--- trunk/t/dynoplibs/math.t	Tue Feb 23 04:38:54 2010	(r44364)
+++ trunk/t/dynoplibs/math.t	Tue Feb 23 04:51:12 2010	(r44365)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2009, Parrot Foundation.
+# Copyright (C) 2009-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -179,8 +179,7 @@
 .end
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/dynoplibs/obscure.t
==============================================================================
--- trunk/t/dynoplibs/obscure.t	Tue Feb 23 04:38:54 2010	(r44364)
+++ trunk/t/dynoplibs/obscure.t	Tue Feb 23 04:51:12 2010	(r44365)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2009, Parrot Foundation.
+# Copyright (C) 2009-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -99,8 +99,7 @@
 
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list