[svn:parrot] r42775 - trunk/tools/dev
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Sat Nov 21 21:07:04 UTC 2009
Author: mikehh
Date: Sat Nov 21 21:07:03 2009
New Revision: 42775
URL: https://trac.parrot.org/parrot/changeset/42775
Log:
fix codetest failure (perlcritic) - missing perl coda
Modified:
trunk/tools/dev/branch_status.pl
Modified: trunk/tools/dev/branch_status.pl
==============================================================================
--- trunk/tools/dev/branch_status.pl Sat Nov 21 20:45:16 2009 (r42774)
+++ trunk/tools/dev/branch_status.pl Sat Nov 21 21:07:03 2009 (r42775)
@@ -111,3 +111,10 @@
}
say '+', '=' x 68, '+';
+
+# Local Variables:
+# mode: cperl
+# cperl-indent-level: 4
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
More information about the parrot-commits
mailing list