[svn:parrot] r44427 - trunk/t/op
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Wed Feb 24 00:30:09 UTC 2010
Author: mikehh
Date: Wed Feb 24 00:30:09 2010
New Revision: 44427
URL: https://trac.parrot.org/parrot/changeset/44427
Log:
fix perlcritic failure - fix perl coda and TODO -> todo
Modified:
trunk/t/op/sysinfo.t
Modified: trunk/t/op/sysinfo.t
==============================================================================
--- trunk/t/op/sysinfo.t Wed Feb 24 00:28:18 2010 (r44426)
+++ trunk/t/op/sysinfo.t Wed Feb 24 00:30:09 2010 (r44427)
@@ -1,5 +1,5 @@
#!perl
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$
# initial work by Brad Gilbert b2gills <at> gmail <dot> com
@@ -142,7 +142,7 @@
print S1
end
CODE
- } # END TODO block
+ } # END todo block
} # END inner SKIP block
} # END outer SKIP block
@@ -174,3 +174,10 @@
.end
CODE
}
+
+# Local Variables:
+# mode: cperl
+# cperl-indent-level: 4
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
More information about the parrot-commits
mailing list