Subject: | 3-arg open used in Crypt::DSA::KeyChain : require perl >= 5.006 |
Crypt::DSA::KeyChain uses the 3-argument version of open, which was
introduced in perl 5.6.0; the META.yml only specifies a minimum perl
version of 5.005 and as a result the 99_pmv.t test fails with current
Perl::MinimumVersion. Attached trivial patch resolves the issue.
Subject: | perl-Crypt-DSA-1.16-meta.patch |
--- Crypt-DSA-1.16/META.yml 2009-09-11 13:46:04.000000000 +0100
+++ Crypt-DSA-1.16/META.yml 2010-06-03 16:31:46.426107813 +0100
@@ -27,7 +27,7 @@
IPC::Open3: 0
MIME::Base64: 0
Math::BigInt: 1.78
- perl: 5.005
+ perl: 5.006
resources:
ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/Crypt-DSA
license: http://dev.perl.org/licenses/