'Params::Check' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'KANE/Params-Check-0.26.tar.gz',
- # For some reason a file of this name appears within
- # the tarball. Russell's Paradox eat your heart out.
+ 'DISTRIBUTION' => 'BINGOS/Params-Check-0.28.tar.gz',
'EXCLUDED' => [ qw( Params-Check-0.26.tar.gz ) ],
'FILES' => q[cpan/Params-Check],
'UPSTREAM' => 'cpan',
@ISA = qw[ Exporter ];
@EXPORT_OK = qw[check allow last_error];
- $VERSION = '0.26';
+ $VERSION = '0.28';
$VERBOSE = $^W ? 1 : 0;
$NO_DUPLICATES = 0;
$STRIP_LEADING_DASHES = 0;
Default is 0;
-=head1 AUTHOR
-
-This module by
-Jos Boumans E<lt>kane@cpan.orgE<gt>.
-
=head1 Acknowledgements
Thanks to Richard Soderberg for his performance improvements.
+=head1 BUG REPORTS
+
+Please report bugs or other issues to E<lt>bug-params-check@rt.cpan.orgE<gt>.
+
+=head1 AUTHOR
+
+This module by Jos Boumans E<lt>kane@cpan.orgE<gt>.
+
=head1 COPYRIGHT
-This module is
-copyright (c) 2003,2004 Jos Boumans E<lt>kane@cpan.orgE<gt>.
-All rights reserved.
+This library is free software; you may redistribute and/or modify it
+under the same terms as Perl itself.
-This library is free software;
-you may redistribute and/or modify it under the same
-terms as Perl itself.
=cut
"right caller with CALLER_DEPTH" );
}
-### test: #23824: Bug concerning the loss of the last_error
+### test: #23824: Bug concerning the loss of the last_error
### message when checking recursively.
{ ok( 1, "Test last_error() on recursive check() call" );
=item *
+C<Params::Check> has been upgraded from 0.26 to 0.28
+
+=item *
+
C<threads> has been upgraded from version 1.81_03 to 1.82
=item *