summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaisuke Murase <typester@cpan.org>2018-08-03 09:51:35 +0900
committerDaisuke Murase <typester@cpan.org>2018-08-03 09:51:35 +0900
commit785ac06703e28d60481030613c9f5e26d09bc82d (patch)
tree313514919f7ddbcff019f6897ce98c9996831f2d /Build.PL
parent93dc7e9470430b4d56ec2c0c8f050dbce1babd88 (diff)
bump version
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 141c86c..20305d9 100644
--- a/Build.PL
+++ b/Build.PL
@@ -23,6 +23,7 @@ my %args = (
},
requires => {
+ 'Data::MessagePack' => '0',
'perl' => '5.008001',
},
@@ -36,7 +37,6 @@ my %args = (
},
test_requires => {
- 'Data::MessagePack' => '0',
'Test::More' => '0.98',
},