projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
078250e
)
bump Role::Tiny dep
Matt S Trout [Wed, 2 May 2012 19:11:12 +0000 (19:11 +0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
b589fc1
..
394fefa
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+ - bump Role::Tiny dependency to require de-strictures-ed version
- fix test failure where Class::XSAccessor is not available
0.091000 - 2012-04-27
diff --git
a/Makefile.PL
b/Makefile.PL
index
c2ed583
..
e9e9562
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-13,7
+13,7
@@
my %RUN_DEPS = (
'Class::Method::Modifiers' => 1.07,
'strictures' => 1.001001,
'Module::Runtime' => 0.013,
- 'Role::Tiny' => 1.000900,
+ 'Role::Tiny' => 1.001001,
'Devel::GlobalDestruction' => '0.05',
);