'Version::Requirements' => {
'MAINTAINER' => 'rjbs',
- 'DISTRIBUTION' => 'RJBS/Version-Requirements-0.101021.tar.gz',
+ 'DISTRIBUTION' => 'RJBS/Version-Requirements-0.101022.tar.gz',
'FILES' => q[cpan/Version-Requirements],
'EXCLUDED' => ['t/release-pod-syntax.t'],
'UPSTREAM' => 'cpan',
Revision history for Version-Requirements
+0.101022 2012-02-03 10:29:59 America/New_York
+ DEPRECATED DEPRECATED DEPRECATED DEPRECATED
+
+ Version::Requirements is still DEPRECATED
+
+ deprecation is only warned-about if not doing core perl tests,
+ to quiet them up for the sake of porters' sanity
+
0.101021 2011-12-30 15:39:56 America/New_York
DEPRECATED DEPRECATED DEPRECATED DEPRECATED
use warnings;
package Version::Requirements;
{
- $Version::Requirements::VERSION = '0.101021';
+ $Version::Requirements::VERSION = '0.101022';
}
# ABSTRACT: a set of version requirements for a CPAN dist
use Scalar::Util ();
use version 0.77 (); # the ->parse method
+# We silence this warning during core tests, because this is only in core
+# because it has to be, and nobody wants to see this stupid warning.
+# -- rjbs, 2012-01-20
Carp::cluck(
"Version::Requirements is deprecated; replace with CPAN::Meta::Requirements"
-);
+) unless $ENV{PERL_CORE};
sub new {
=head1 VERSION
-version 0.101021
+version 0.101022
=head1 SYNOPSIS
The only change is to fix a formatting error in the Pod.
+=item *
+
+L<Version::Requirements> has been upgraded from version 0.101021 to version 0.101022.
+
=back
=head2 Removed Modules and Pragmata