projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5091e7b
)
Require latest MX::AH for tests.
Dave Rolsky [Mon, 25 Aug 2008 20:28:41 +0000 (20:28 +0000)]
t/lib/SharedTests.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/SharedTests.pm
b/t/lib/SharedTests.pm
index
9df7a6e
..
0e972c6
100644
(file)
--- a/
t/lib/SharedTests.pm
+++ b/
t/lib/SharedTests.pm
@@
-9,7
+9,7
@@
use Test::More;
my $HasMXAH;
BEGIN
{
- if ( eval 'use MooseX::AttributeHelpers 0.09; 1;' )
+ if ( eval 'use MooseX::AttributeHelpers 0.12; 1;' )
{
$HasMXAH = 1;
}