[svn:parrot] r44420 - trunk/t/distro
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 23:33:34 UTC 2010
Author: mikehh
Date: Tue Feb 23 23:33:33 2010
New Revision: 44420
URL: https://trac.parrot.org/parrot/changeset/44420
Log:
fix perlcritic failure - missing perl coda
Modified:
trunk/t/distro/meta_yml.t
Modified: trunk/t/distro/meta_yml.t
==============================================================================
--- trunk/t/distro/meta_yml.t Tue Feb 23 23:10:14 2010 (r44419)
+++ trunk/t/distro/meta_yml.t Tue Feb 23 23:33:33 2010 (r44420)
@@ -1,5 +1,5 @@
#! perl
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -30,3 +30,10 @@
plan skip_all => "Test::CPAN::Meta 0.08 required for testing META.yml" if $@;
meta_yaml_ok();
+
+# Local Variables:
+# mode: cperl
+# cperl-indent-level: 4
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
More information about the parrot-commits
mailing list