[libmixin-extrafields-param-perl] 17/25: r27568 at knight: rjbs | 2006-11-06 17:31:42 -0500 perl critic everywhere

Florian Schlichting fsfs at moszumanska.debian.org
Wed Jan 29 21:00:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.001
in repository libmixin-extrafields-param-perl.

commit 2211cb5cc46d6e5a49865024862b150f697748db
Author: Ricardo SIGNES <rjbs at codesimply.com>
Date:   Tue Nov 7 03:17:38 2006 +0000

     r27568 at knight:  rjbs | 2006-11-06 17:31:42 -0500
     perl critic everywhere
---
 t/perl-critic.t | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/t/perl-critic.t b/t/perl-critic.t
new file mode 100644
index 0000000..bb1a1c2
--- /dev/null
+++ b/t/perl-critic.t
@@ -0,0 +1,14 @@
+#!perl
+use strict;
+use warnings;
+use Test::More;
+
+if ($ENV{PERL_TEST_CRITIC}) {
+  if (eval { require Test::Perl::Critic }) {
+    Test::Perl::Critic::all_critic_ok();
+  } else {
+    plan skip_all => "couldn't load Test::Perl::Critic";
+  }
+} else {
+  plan skip_all => "define PERL_TEST_CRITIC to run these tests";
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmixin-extrafields-param-perl.git



More information about the Pkg-perl-cvs-commits mailing list