summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2012-05-22 09:58:20 +0100
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2012-05-22 09:58:20 +0100
commit6a0c24724a9834eee1de0675a5abc7087efe729a (patch)
tree4d1c4fb4ce16b6e570dcfba904e5bf880c180bde
parentBuild results of 0221a2c (on master) (diff)
parentfake bump (diff)
downloaddata-multivalued-6a0c24724a9834eee1de0675a5abc7087efe729a.tar.gz
data-multivalued-6a0c24724a9834eee1de0675a5abc7087efe729a.tar.bz2
data-multivalued-6a0c24724a9834eee1de0675a5abc7087efe729a.zip
Build results of 0221a2c (on master)
-rw-r--r--Changes2
-rw-r--r--META.json3
-rw-r--r--META.yml3
-rw-r--r--Makefile.PL1
4 files changed, 3 insertions, 6 deletions
diff --git a/Changes b/Changes
index 7da967c..25d9d68 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Data::MultiValued
-0.0.6_2 2012-02-09 11:11:02 Europe/London
+0.0.6_2 2012-05-22 09:58:14 Europe/London
0.0.6_1 2012-01-30 14:09:43 Europe/London
diff --git a/META.json b/META.json
index d36d577..e5c6bd1 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Gianni Ceccarelli <dakkar@thenautilus.net>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 4.300007, CPAN::Meta::Converter version 2.120351",
+ "generated_by" : "Dist::Zilla version 4.300016, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
@@ -47,7 +47,6 @@
"requires" : {
"Data::Printer" : "0",
"JSON::XS" : "0",
- "Test::More" : "0",
"Test::Most" : "0"
}
}
diff --git a/META.yml b/META.yml
index 61baa7b..b9afbfc 100644
--- a/META.yml
+++ b/META.yml
@@ -5,12 +5,11 @@ author:
build_requires:
Data::Printer: 0
JSON::XS: 0
- Test::More: 0
Test::Most: 0
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300007, CPAN::Meta::Converter version 2.120351'
+generated_by: 'Dist::Zilla version 4.300016, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
diff --git a/Makefile.PL b/Makefile.PL
index 5853836..02e37a3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,7 +14,6 @@ my %WriteMakefileArgs = (
"BUILD_REQUIRES" => {
"Data::Printer" => 0,
"JSON::XS" => 0,
- "Test::More" => 0,
"Test::Most" => 0
},
"CONFIGURE_REQUIRES" => {