projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eeaf870
)
Older (5.8 core) Math::BigInt do not have from_hex
Peter Rabbitson [Sat, 12 Jun 2010 01:07:21 +0000 (
03:07
+0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
8c2259b
..
7afb796
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-61,6
+61,7
@@
my $runtime_requires = {
'Context::Preserve' => '0.01',
'Try::Tiny' => '0.04',
'namespace::clean' => '0.14',
+ 'Math::BigInt' => '1.89',
'Math::Base36' => '0.07',
};