oops, :early was added in 1.04, not 0.94
Karen Etheridge [Wed, 26 Sep 2012 00:16:27 +0000 (17:16 -0700)]
Changes
t/undef_init_arg.t

diff --git a/Changes b/Changes
index 552a19b..8c713a3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for MooseX-UndefTolerant
 
 {{$NEXT}}
+   * fix incorrect version dependency on Test::NoWarnings
 
 0.18      2012-09-23 13:35:06 PDT-0700 (Karen Etheridge)
    * avoid undef warning by not attempting to manipulate constructor data for
index 7b3c579..974735a 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use Test::More tests => 7;
 use Test::Fatal;
 use Test::Moose;
-use Test::NoWarnings 0.94 ':early';
+use Test::NoWarnings 1.04 ':early';
 
 {
 package Foo;