[svn:parrot] r44383 - trunk/t/library
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 11:56:16 UTC 2010
Author: mikehh
Date: Tue Feb 23 11:56:15 2010
New Revision: 44383
URL: https://trac.parrot.org/parrot/changeset/44383
Log:
fix pir coda
Modified:
trunk/t/library/configure.t
trunk/t/library/md5.t
trunk/t/library/parrotlib.t
trunk/t/library/protoobject.t
trunk/t/library/rand.t
trunk/t/library/tcl_glob.t
trunk/t/library/uuid.t
Modified: trunk/t/library/configure.t
==============================================================================
--- trunk/t/library/configure.t Tue Feb 23 11:41:28 2010 (r44382)
+++ trunk/t/library/configure.t Tue Feb 23 11:56:15 2010 (r44383)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2009, Parrot Foundation.
+# Copyright (C) 2009-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -159,8 +159,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/library/md5.t
==============================================================================
--- trunk/t/library/md5.t Tue Feb 23 11:41:28 2010 (r44382)
+++ trunk/t/library/md5.t Tue Feb 23 11:56:15 2010 (r44383)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -682,8 +682,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/library/parrotlib.t
==============================================================================
--- trunk/t/library/parrotlib.t Tue Feb 23 11:41:28 2010 (r44382)
+++ trunk/t/library/parrotlib.t Tue Feb 23 11:56:15 2010 (r44383)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -107,8 +107,7 @@
=cut
# 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/library/protoobject.t
==============================================================================
--- trunk/t/library/protoobject.t Tue Feb 23 11:41:28 2010 (r44382)
+++ trunk/t/library/protoobject.t Tue Feb 23 11:56:15 2010 (r44383)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -146,8 +146,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/library/rand.t
==============================================================================
--- trunk/t/library/rand.t Tue Feb 23 11:41:28 2010 (r44382)
+++ trunk/t/library/rand.t Tue Feb 23 11:56:15 2010 (r44383)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2009, Parrot Foundation.
+# Copyright (C) 2009-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -55,8 +55,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/library/tcl_glob.t
==============================================================================
--- trunk/t/library/tcl_glob.t Tue Feb 23 11:41:28 2010 (r44382)
+++ trunk/t/library/tcl_glob.t Tue Feb 23 11:56:15 2010 (r44383)
@@ -1,5 +1,5 @@
#!./parrot
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -106,3 +106,9 @@
.return(boolean)
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/library/uuid.t
==============================================================================
--- trunk/t/library/uuid.t Tue Feb 23 11:41:28 2010 (r44382)
+++ trunk/t/library/uuid.t Tue Feb 23 11:56:15 2010 (r44383)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2008-2009, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -124,8 +124,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