summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-12-20 10:00:16 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-12-20 10:00:16 +0000
commitde45e3579f74f3edc03c77cc3c8d0084be6aa9ae (patch)
tree813d34a7f91c1e511a98af2465c6eccc8d3865a2 /Makefile.PL
parentBuild results of 12ab14c (on master) (diff)
parentlighter exception classes (diff)
downloaddata-multivalued-de45e3579f74f3edc03c77cc3c8d0084be6aa9ae.tar.gz
data-multivalued-de45e3579f74f3edc03c77cc3c8d0084be6aa9ae.tar.bz2
data-multivalued-de45e3579f74f3edc03c77cc3c8d0084be6aa9ae.zip
Build results of f39fe87 (on master)
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index aa5daea..26a306c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,14 +33,15 @@ my %WriteMakefileArgs = (
"MooseX::Params::Validate" => 0,
"MooseX::Types::Moose" => 0,
"MooseX::Types::Structured" => 0,
- "Throwable::Error" => 0,
+ "Throwable" => 0,
"Try::Tiny" => 0,
"base" => 0,
"namespace::autoclean" => 0,
+ "overload" => 0,
"strict" => 0,
"warnings" => 0
},
- "VERSION" => "0.0.1_3",
+ "VERSION" => "0.0.1_4",
"test" => {
"TESTS" => "t/*.t"
}