Author: coke
Date: Fri Mar 28 07:07:09 2008
New Revision: 26591

Modified:
   trunk/lib/Parrot/Distribution.pm
   trunk/lib/Parrot/Harness/DefaultTests.pm
   trunk/tools/util/gen_release_info.pl

Log:
[codingstd]

- add the perl coda to one file that didn't have it...
- ignore the perl6 files in nqp when running critic tests...
- perlcritic now passes all tests. Adding back to the default set of 
  codingstd tests.



Modified: trunk/lib/Parrot/Distribution.pm
==============================================================================
--- trunk/lib/Parrot/Distribution.pm    (original)
+++ trunk/lib/Parrot/Distribution.pm    Fri Mar 28 07:07:09 2008
@@ -475,6 +475,7 @@
     my @paths = map { File::Spec->catdir( $parrot_dir, 
File::Spec->canonpath($_) ) } qw{
         languages/lua/Lua/parser.pm
         languages/regex/lib/Regex/Grammar.pm
+        compilers/nqp/
         lib/Digest/Perl/
         lib/File/
         lib/IO/

Modified: trunk/lib/Parrot/Harness/DefaultTests.pm
==============================================================================
--- trunk/lib/Parrot/Harness/DefaultTests.pm    (original)
+++ trunk/lib/Parrot/Harness/DefaultTests.pm    Fri Mar 28 07:07:09 2008
@@ -79,6 +79,7 @@
         gmt_utc.t
         linelength.t
         pccmethod_deps.t
+        perlcritic.t
         pir_code_coda.t
         svn_id.t
         tabs.t

Modified: trunk/tools/util/gen_release_info.pl
==============================================================================
--- trunk/tools/util/gen_release_info.pl        (original)
+++ trunk/tools/util/gen_release_info.pl        Fri Mar 28 07:07:09 2008
@@ -54,3 +54,10 @@
         qw{ tag number author revision date  }
     }
     keys %$r;
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Reply via email to