[svn:parrot] r44379 - trunk/t/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 11:15:04 UTC 2010


Author: mikehh
Date: Tue Feb 23 11:15:03 2010
New Revision: 44379
URL: https://trac.parrot.org/parrot/changeset/44379

Log:
fix pir coda

Modified:
   trunk/t/pmc/handle.t
   trunk/t/pmc/hashiterator.t
   trunk/t/pmc/hashiteratorkey.t
   trunk/t/pmc/imageio.t
   trunk/t/pmc/imageiosize.t
   trunk/t/pmc/integer.t

Modified: trunk/t/pmc/handle.t
==============================================================================
--- trunk/t/pmc/handle.t	Tue Feb 23 11:05:20 2010	(r44378)
+++ trunk/t/pmc/handle.t	Tue Feb 23 11:15:03 2010	(r44379)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -29,8 +29,7 @@
 .end
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/hashiterator.t
==============================================================================
--- trunk/t/pmc/hashiterator.t	Tue Feb 23 11:05:20 2010	(r44378)
+++ trunk/t/pmc/hashiterator.t	Tue Feb 23 11:15:03 2010	(r44379)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/t/pmc/hashiteratorkey.t
==============================================================================
--- trunk/t/pmc/hashiteratorkey.t	Tue Feb 23 11:05:20 2010	(r44378)
+++ trunk/t/pmc/hashiteratorkey.t	Tue Feb 23 11:15:03 2010	(r44379)
@@ -1,5 +1,5 @@
 #!./parrot
-# Copyright (C) 2001-2006, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -37,8 +37,7 @@
 
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/imageio.t
==============================================================================
--- trunk/t/pmc/imageio.t	Tue Feb 23 11:05:20 2010	(r44378)
+++ trunk/t/pmc/imageio.t	Tue Feb 23 11:15:03 2010	(r44379)
@@ -76,4 +76,4 @@
 #   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 ft=pir
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/imageiosize.t
==============================================================================
--- trunk/t/pmc/imageiosize.t	Tue Feb 23 11:05:20 2010	(r44378)
+++ trunk/t/pmc/imageiosize.t	Tue Feb 23 11:15:03 2010	(r44379)
@@ -71,4 +71,4 @@
 #   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 ft=pir
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/integer.t
==============================================================================
--- trunk/t/pmc/integer.t	Tue Feb 23 11:05:20 2010	(r44378)
+++ trunk/t/pmc/integer.t	Tue Feb 23 11:15:03 2010	(r44379)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -416,8 +416,7 @@
 .end
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list