summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@debian.org>2020-05-17 14:39:36 +0000
committerintrigeri <intrigeri@debian.org>2020-05-17 16:53:24 +0200
commit0b9ca26d46d8539b4ee7db30d38a9ca747a772e0 (patch)
tree5469360615288e0588aa884d522da2d721305264
parent7e9fd631e430bb267e548ea8192db9904aacdb3d (diff)
Drop useless dependency on Any::MooseHEADarchive/debian/0.04-2master
Gbp-Pq: Name Drop-useless-dependency-on-Any-Moose.patch
-rw-r--r--META.yml1
-rw-r--r--Makefile.PL1
2 files changed, 0 insertions, 2 deletions
diff --git a/META.yml b/META.yml
index cb9963e..d9211ec 100644
--- a/META.yml
+++ b/META.yml
@@ -13,7 +13,6 @@ meta-spec:
version: 1.4
name: Barcode-DataMatrix-PNG
requires:
- Any::Moose: 0
Barcode::DataMatrix: 0
Carp: 0
GD: 0
diff --git a/Makefile.PL b/Makefile.PL
index db58e9a..9d810a8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,7 +20,6 @@ my %WriteMakefileArgs = (
"LICENSE" => "perl",
"NAME" => "Barcode::DataMatrix::PNG",
"PREREQ_PM" => {
- "Any::Moose" => 0,
"Barcode::DataMatrix" => 0,
"Carp" => 0,
"GD" => 0,