projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e1efec0
)
deal when the case when Class::XSAccessor is a trial release on CPAN and make us...
John Napiorkowski [Mon, 12 Dec 2011 15:59:34 +0000 (10:59 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/Method/Generate/Accessor.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
93dcb4f
..
b047631
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,7
+10,7
@@
my %BUILD_DEPS = (
);
my %RUN_DEPS = (
- 'Class::Method::Modifiers' => 1.05,
+ 'Class::Method::Modifiers' => 1.07,
'strictures' => 1.001001,
);
diff --git
a/lib/Method/Generate/Accessor.pm
b/lib/Method/Generate/Accessor.pm
index
f8b1fbf
..
13e6ccc
100644
(file)
--- a/
lib/Method/Generate/Accessor.pm
+++ b/
lib/Method/Generate/Accessor.pm
@@
-11,7
+11,7
@@
BEGIN {
&&
_maybe_load_module('Class::XSAccessor')
&&
- (Class::XSAccessor->VERSION > 1.06)
+ (eval { Class::XSAccessor->VERSION('1.07') })
;
}