[svn:parrot] r44366 - trunk/t/dynpmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 04:58:58 UTC 2010
Author: mikehh
Date: Tue Feb 23 04:58:57 2010
New Revision: 44366
URL: https://trac.parrot.org/parrot/changeset/44366
Log:
fix pir coda
Modified:
trunk/t/dynpmc/foo2.t
trunk/t/dynpmc/gdbmhash.t
trunk/t/dynpmc/subproxy.t
Modified: trunk/t/dynpmc/foo2.t
==============================================================================
--- trunk/t/dynpmc/foo2.t Tue Feb 23 04:51:12 2010 (r44365)
+++ trunk/t/dynpmc/foo2.t Tue Feb 23 04:58:57 2010 (r44366)
@@ -32,8 +32,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/dynpmc/gdbmhash.t
==============================================================================
--- trunk/t/dynpmc/gdbmhash.t Tue Feb 23 04:51:12 2010 (r44365)
+++ trunk/t/dynpmc/gdbmhash.t Tue Feb 23 04:58:57 2010 (r44366)
@@ -415,7 +415,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/dynpmc/subproxy.t
==============================================================================
--- trunk/t/dynpmc/subproxy.t Tue Feb 23 04:51:12 2010 (r44365)
+++ trunk/t/dynpmc/subproxy.t Tue Feb 23 04:58:57 2010 (r44366)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2005-2009, Parrot Foundation.
+# Copyright (C) 2005-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -65,8 +65,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:
More information about the parrot-commits
mailing list