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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 10:54:08 UTC 2010


Author: mikehh
Date: Tue Feb 23 10:54:07 2010
New Revision: 44377
URL: https://trac.parrot.org/parrot/changeset/44377

Log:
fix pir coda

Modified:
   trunk/t/pmc/arrayiterator.t
   trunk/t/pmc/bigint.t
   trunk/t/pmc/complex.t
   trunk/t/pmc/continuation.t
   trunk/t/pmc/default.t
   trunk/t/pmc/env.t
   trunk/t/pmc/exception.t

Modified: trunk/t/pmc/arrayiterator.t
==============================================================================
--- trunk/t/pmc/arrayiterator.t	Tue Feb 23 09:37:07 2010	(r44376)
+++ trunk/t/pmc/arrayiterator.t	Tue Feb 23 10:54:07 2010	(r44377)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -132,10 +132,8 @@
 DONE:
 .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/bigint.t
==============================================================================
--- trunk/t/pmc/bigint.t	Tue Feb 23 09:37:07 2010	(r44376)
+++ trunk/t/pmc/bigint.t	Tue Feb 23 10:54:07 2010	(r44377)
@@ -987,7 +987,6 @@
 
 # Local Variables:
 #   mode: pir
-#   cperl-indent-level: 4
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/complex.t
==============================================================================
--- trunk/t/pmc/complex.t	Tue Feb 23 09:37:07 2010	(r44376)
+++ trunk/t/pmc/complex.t	Tue Feb 23 10:54:07 2010	(r44377)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -1178,8 +1178,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:

Modified: trunk/t/pmc/continuation.t
==============================================================================
--- trunk/t/pmc/continuation.t	Tue Feb 23 09:37:07 2010	(r44376)
+++ trunk/t/pmc/continuation.t	Tue Feb 23 10:54:07 2010	(r44377)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2006-2007, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -45,7 +45,6 @@
 
 # Local Variables:
 #   mode: pir
-#   cperl-indent-level: 4
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/default.t
==============================================================================
--- trunk/t/pmc/default.t	Tue Feb 23 09:37:07 2010	(r44376)
+++ trunk/t/pmc/default.t	Tue Feb 23 10:54:07 2010	(r44377)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2006-2009, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -45,8 +45,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/env.t
==============================================================================
--- trunk/t/pmc/env.t	Tue Feb 23 09:37:07 2010	(r44376)
+++ trunk/t/pmc/env.t	Tue Feb 23 10:54:07 2010	(r44377)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -184,7 +184,6 @@
 
 # Local Variables:
 #   mode: pir
-#   cperl-indent-level: 4
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/exception.t
==============================================================================
--- trunk/t/pmc/exception.t	Tue Feb 23 09:37:07 2010	(r44376)
+++ trunk/t/pmc/exception.t	Tue Feb 23 10:54:07 2010	(r44377)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2009, Parrot Foundation.
+# Copyright (C) 2009,-2010 Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -172,8 +172,7 @@
 .end
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list