r46197 - /trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Thu Oct 22 14:11:13 UTC 2009
Author: jawnsy-guest
Date: Thu Oct 22 14:10:47 2009
New Revision: 46197
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46197
Log:
Fix the perlcritic patch
Modified:
trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch
Modified: trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch?rev=46197&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch (original)
+++ trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch Thu Oct 22 14:10:47 2009
@@ -4,11 +4,12 @@
Forwarded: not-needed
--- a/t/05_critic.t
+++ b/t/05_critic.t
-@@ -1,5 +1,8 @@
+@@ -1,5 +1,9 @@
#!/usr/bin/perl
+# disable the perlcritic test
-+exit;
++use Test::More;
++plan skip_all => "disable perlcritic test for distribution";
+
# Test that the module passes perlcritic
use strict;
More information about the Pkg-perl-cvs-commits
mailing list