]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- avoid perl(perl) requires
authorradek <radek@pld-linux.org>
Sat, 10 Nov 2007 22:14:19 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldcpan.pl -> 1.49

pldcpan.pl

index 94c01a8ba9ebb33e4c73e9a486974493de96b7bf..fb6eb23714e60f37c3c0cc5c04aabef602948c0c 100644 (file)
@@ -187,6 +187,9 @@ sub _remove_core_meta_requires {
 
        return if ref($info->{META_yml}->{$key}) ne 'HASH';
 
+       # avoid perl(perl) >= 5.6... requires
+       delete $info->{META_yml}->{$key}->{perl};
+
        while (my ($module, $version) = each %{ $info->{META_yml}->{$key} }) {
                my $result;
                print "Checking dependency: $module $version\n" if $opts{verbose};
This page took 0.065739 seconds and 4 git commands to generate.