diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-24 20:42:28 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-24 21:19:40 +0100 |
commit | 348e937b56a12497c3c54e7a108457159955398f (patch) | |
tree | 7188998a86f87ab2a18a710da934edf0f62e2f9e /Porting/Maintainers.pl | |
parent | 23b56f291f4fe3a90ff58ed934155a6f65c3fefe (diff) | |
download | perl-348e937b56a12497c3c54e7a108457159955398f.tar.gz |
Update Package-Constants to CPAN version 0.04
[DELTA]
0.04 Thu Oct 24 20:34:00 BST 2013
=================================================
* Update Makefile.PL to add repository et al
* Install into site if >= v5.12.0
* Add use deprecate due to core scheduled removal
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4315d5ba47..32d98f5c59 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -852,7 +852,7 @@ use File::Glob qw(:case); }, 'Package::Constants' => { - 'DISTRIBUTION' => 'KANE/Package-Constants-0.02.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Package-Constants-0.04.tar.gz', 'FILES' => q[cpan/Package-Constants], 'DEPRECATED' => '5.019006', }, |