summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to '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