]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.25/t/author-critic.t
Imported Upstream version 2.04
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.25 / t / author-critic.t
diff --git a/1.25/t/author-critic.t b/1.25/t/author-critic.t
deleted file mode 100644 (file)
index 7f47387..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{AUTHOR_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for testing by the author');
-  }
-}
-
-
-use strict;
-use warnings;
-
-use Test::More;
-use English qw(-no_match_vars);
-
-eval "use Test::Perl::Critic";
-plan skip_all => 'Test::Perl::Critic required to criticise code' if $@;
-all_critic_ok();