summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@thenautilus.net>2011-11-15 18:15:49 +0000
committerGianni Ceccarelli <dakkar@thenautilus.net>2011-11-15 18:15:49 +0000
commitb78db2a6c527ae5059ada918c40a0f37486b2d6e (patch)
tree85f89a235ed4deeba2db0b24d7479e593321cac7
parentBuild results of a73c797 (on master) (diff)
parenthelper methods for users (diff)
downloaddata-multivalued-b78db2a6c527ae5059ada918c40a0f37486b2d6e.tar.gz
data-multivalued-b78db2a6c527ae5059ada918c40a0f37486b2d6e.tar.bz2
data-multivalued-b78db2a6c527ae5059ada918c40a0f37486b2d6e.zip
Build results of a73c797 (on master)
-rw-r--r--Changes2
-rw-r--r--META.json1
-rw-r--r--META.yml1
-rw-r--r--Makefile.PL1
-rw-r--r--dist.ini1
5 files changed, 2 insertions, 4 deletions
diff --git a/Changes b/Changes
index f1677a0..e985d11 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
Revision history for Data::MultiValued
-0.0.1 2011-11-15 18:13:54 Europe/London
+0.0.1 2011-11-15 18:15:43 Europe/London
- first working version
diff --git a/META.json b/META.json
index c795d6e..91fba99 100644
--- a/META.json
+++ b/META.json
@@ -27,7 +27,6 @@
"runtime" : {
"requires" : {
"Carp" : 0,
- "Data::MultiValued::Exceptions::NotFound" : 0,
"Moose" : 0,
"Moose::Meta::Method::Accessor" : 0,
"Moose::Role" : 0,
diff --git a/META.yml b/META.yml
index 64bcee2..ce3dbd7 100644
--- a/META.yml
+++ b/META.yml
@@ -21,7 +21,6 @@ no_index:
- t/lib
requires:
Carp: 0
- Data::MultiValued::Exceptions::NotFound: 0
Moose: 0
Moose::Meta::Method::Accessor: 0
Moose::Role: 0
diff --git a/Makefile.PL b/Makefile.PL
index 459c86d..a0c52e6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,6 @@ my %WriteMakefileArgs = (
"NAME" => "Data::MultiValued",
"PREREQ_PM" => {
"Carp" => 0,
- "Data::MultiValued::Exceptions::NotFound" => 0,
"Moose" => 0,
"Moose::Meta::Method::Accessor" => 0,
"Moose::Role" => 0,
diff --git a/dist.ini b/dist.ini
index 8ac2925..e7ae0ae 100644
--- a/dist.ini
+++ b/dist.ini
@@ -34,6 +34,7 @@ first_version = 0.0.1
[NextRelease]
[AutoPrereqs]
+skips = Data::MultiValued::Exceptions::NotFound
[PkgDist]