From: Dave Rolsky Date: Tue, 3 Feb 2009 15:56:16 +0000 (+0000) Subject: no_plan does not take a param X-Git-Tag: 0.04~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-MetaDescription.git;a=commitdiff_plain;h=d68e679f65ab5ec22bf60c1f5797722186978efc no_plan does not take a param --- diff --git a/t/000_load.t b/t/000_load.t index d4bcf05..27fc166 100644 --- a/t/000_load.t +++ b/t/000_load.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; BEGIN { diff --git a/t/001_basic.t b/t/001_basic.t index 7c3dbbf..f8d51cf 100644 --- a/t/001_basic.t +++ b/t/001_basic.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; BEGIN { diff --git a/t/002_custom_description.t b/t/002_custom_description.t index 59c328e..dac44b1 100644 --- a/t/002_custom_description.t +++ b/t/002_custom_description.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; BEGIN { diff --git a/t/003_inheriting_meta_desc.t b/t/003_inheriting_meta_desc.t index c433ed2..c6af375 100644 --- a/t/003_inheriting_meta_desc.t +++ b/t/003_inheriting_meta_desc.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; BEGIN { diff --git a/t/004_inheriting_class_meta_desc.t b/t/004_inheriting_class_meta_desc.t index 3a3b6bf..513d0d9 100644 --- a/t/004_inheriting_class_meta_desc.t +++ b/t/004_inheriting_class_meta_desc.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; BEGIN { diff --git a/t/010_meta_desc_traits.t b/t/010_meta_desc_traits.t index 4f3f47a..abff546 100644 --- a/t/010_meta_desc_traits.t +++ b/t/010_meta_desc_traits.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; use Test::Moose; diff --git a/t/011_meta_desc_custom_traits.t b/t/011_meta_desc_custom_traits.t index 9b0fb5c..e9c4aee 100644 --- a/t/011_meta_desc_custom_traits.t +++ b/t/011_meta_desc_custom_traits.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; use Test::Moose;