diff --git a/Changes b/Changes index 3b576de..9c383c1 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for {{$dist->name}} {{$NEXT}} - fixed bad link in 'SEE ALSO' + - fixed test failure due to bad plan when MooseX::Types is not + available 0.002 2013-03-04 10:43:05 PST-0800 (Karen Etheridge) - fix extraction of type name from MooseX::Types types diff --git a/t/03-moosex-types.t b/t/03-moosex-types.t index 7d25247..c984e8a 100644 --- a/t/03-moosex-types.t +++ b/t/03-moosex-types.t @@ -2,18 +2,18 @@ use strict; use warnings FATAL => 'all'; use Test::Tester 0.108; -use Test::More tests => 16; -use Test::NoWarnings 1.04 ':early'; -use Test::Fatal; - -use Test::Deep; -use Test::Deep::Type; # FIXME: we should be able to pass an import arg to Test::Requires BEGIN { use Test::Requires 'MooseX::Types::Moose'; MooseX::Types::Moose->import('Str'); } +use Test::More tests => 16; +use Test::NoWarnings 1.04 ':early'; +use Test::Fatal; +use Test::Deep; + +use Test::Deep::Type; check_tests( sub {