[Bps-public-commit] r17691 - in Net-Google-Code/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Jan 11 12:34:21 EST 2009
Author: sunnavy
Date: Sun Jan 11 12:34:21 2009
New Revision: 17691
Modified:
Net-Google-Code/trunk/ (props changed)
Net-Google-Code/trunk/t/kwalitee.t
Log:
r18707 at sunnavys-mb: sunnavy | 2009-01-12 01:21:48 +0800
current kwalitee does not recognize Moose::Role
Modified: Net-Google-Code/trunk/t/kwalitee.t
==============================================================================
--- Net-Google-Code/trunk/t/kwalitee.t (original)
+++ Net-Google-Code/trunk/t/kwalitee.t Sun Jan 11 12:34:21 2009
@@ -1,4 +1,7 @@
use Test::More;
-eval { require Test::Kwalitee; Test::Kwalitee->import };
+eval {
+ require Test::Kwalitee;
+ Test::Kwalitee->import( tests => ['-use_strict'] );
+};
plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;
More information about the Bps-public-commit
mailing list