},
'Test::Simple' => {
- 'DISTRIBUTION' => 'RJBS/Test-Simple-1.001002.tar.gz',
+ 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.001003.tar.gz',
'FILES' => q[cpan/Test-Simple],
'EXCLUDED' => [
qr{^t/xt},
use strict;
use warnings;
-our $VERSION = '1.001002';
+our $VERSION = '1.001003';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
BEGIN {
Original code by chromatic, maintained by Michael G Schwern
E<lt>schwern@pobox.comE<gt>
+=head1 MAINTAINERS
+
+=over 4
+
+=item Chad Granum E<lt>exodist@cpan.orgE<gt>
+
+=back
+
=head1 COPYRIGHT
Copyright 2002-2008 by chromatic E<lt>chromatic@wgz.orgE<gt> and
require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = '1.001002';
+our $VERSION = '1.001003';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
package Test::Builder::Tester;
use strict;
-our $VERSION = "1.23_002";
+our $VERSION = "1.23_003";
use Test::Builder 0.98;
use Symbol;
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
+=head1 MAINTAINERS
+
+=over 4
+
+=item Chad Granum E<lt>exodist@cpan.orgE<gt>
+
+=back
+
=head1 NOTES
Thanks to Richard Clamp E<lt>richardc@unixbeard.netE<gt> for letting
return warn @_, " at $file line $line\n";
}
-our $VERSION = '1.001002';
+our $VERSION = '1.001003';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
use Test::Builder::Module 0.99;
Slaymaker, Tony Bowden, blackstar.co.uk, chromatic, Fergal Daly and
the perl-qa gang.
+=head1 MAINTAINERS
+
+=over 4
+
+=item Chad Granum E<lt>exodist@cpan.orgE<gt>
+
+=back
+
=head1 BUGS
=head1 SOURCE
The source code repository for Test::More can be found at
-F<http://github.com/schwern/test-more/>.
+F<http://github.com/Test-More/test-more/>.
=head1 COPYRIGHT
use strict;
-our $VERSION = '1.001002';
+our $VERSION = '1.001003';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
use Test::Builder::Module 0.99;
Idea by Tony Bowden and Paul Johnson, code by Michael G Schwern
E<lt>schwern@pobox.comE<gt>, wardrobe by Calvin Klein.
+=head1 MAINTAINERS
+
+=over 4
+
+=item Chad Granum E<lt>exodist@cpan.orgE<gt>
+
+=back
=head1 COPYRIGHT
Michael G Schwern E<lt>schwern@pobox.comE<gt> and the perl-qa dancers!
+=head1 MAINTAINERS
+
+=over 4
+
+=item Chad Granum E<lt>exodist@cpan.orgE<gt>
+
+=back
+
=head1 COPYRIGHT
Copyright 2001 by Michael G Schwern E<lt>schwern@pobox.comE<gt>.