projects
/
gitmo/MooseX-UndefTolerant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
74effc7
)
oops, :early was added in 1.04, not 0.94
Karen Etheridge [Wed, 26 Sep 2012 00:16:27 +0000 (17:16 -0700)]
Changes
patch
|
blob
|
blame
|
history
t/undef_init_arg.t
patch
|
blob
|
blame
|
history
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
diff --git
a/t/undef_init_arg.t
b/t/undef_init_arg.t
index
7b3c579
..
974735a
100644
(file)
--- a/
t/undef_init_arg.t
+++ b/
t/undef_init_arg.t
@@
-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;