summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2018-09-21 19:41:45 +0200
committergregor herrmann <gregoa@debian.org>2018-09-21 19:41:45 +0200
commit9ee825d133d24f6ead9bc3c7620ae3deb869763a (patch)
tree65262553ebe30e6d20123d635f2a9f6d38d257a2
parent96cbb7266c08ce4a887c60b92bd7ef8bce3f3a5d (diff)
Fix typo in dependency version in debian/control.
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index fb3245d..a0b1bf4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libperl-critic-perl (>= 1.126),
perl,
- perl (>= 5.19.5.) | libscalar-list-utils-perl (>= 1:1.33)
+ perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperl-critic-policy-variables-prohibitlooponhash-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperl-critic-policy-variables-prohibitlooponhash-perl.git
@@ -18,7 +18,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libperl-critic-perl (>= 1.126),
- perl (>= 5.19.5.) | libscalar-list-utils-perl (>= 1:1.33)
+ perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Description: Perl::Critic policy to avoid writing loops on hashes
Perl::Critic::Policy::Variables::Prohibitlooponhash is a Perl::Critic policy
to check whether loops correctly iterate on hashes' keys or values, not on