The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 02
META.json 55
META.yml 66
Makefile.PL 33
README 12
lib/Test/Builder/Module.pm 11
lib/Test/Builder/Tester.pm 19
lib/Test/Builder.pm 19
lib/Test/More.pm 210
lib/Test/Simple.pm 18
lib/Test/Tutorial.pod 08
11 files changed (This is a version diff) 2163
@@ -1,3 +1,5 @@
+1.001003     Fri Mar  21 21:12:32 PST 2014
+    * Doc updates for maintainer change
 
 1.001002     Mon Nov  4 15:13:58 EST 2013
     * no changes since 0.99
@@ -4,7 +4,7 @@
       "Michael G Schwern <schwern@pobox.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter version 2.132830",
+   "generated_by" : "ExtUtils::MakeMaker version 6.92, CPAN::Meta::Converter version 2.120921",
    "license" : [
       "perl_5"
    ],
@@ -41,16 +41,16 @@
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "http://github.com/schwern/test-more/issues/"
+         "web" : "http://github.com/Test-More/test-more/issues/"
       },
-      "homepage" : "http://github.com/schwern/test-more/",
+      "homepage" : "http://github.com/Test-More/test-more/",
       "license" : [
          "http://dev.perl.org/licenses/"
       ],
       "repository" : {
-         "url" : "http://github.com/schwern/test-more/"
+         "url" : "http://github.com/Test-More/test-more/"
       },
       "x_MailingList" : "http://lists.perl.org/list/perl-qa.html"
    },
-   "version" : "1.001002"
+   "version" : "1.001003"
 }
@@ -7,7 +7,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter version 2.132830'
+generated_by: 'ExtUtils::MakeMaker version 6.92, CPAN::Meta::Converter version 2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,9 +22,9 @@ requires:
   Test::Harness: 2.03
   perl: 5.006
 resources:
-  MailingList: http://lists.perl.org/list/perl-qa.html
-  bugtracker: http://github.com/schwern/test-more/issues/
-  homepage: http://github.com/schwern/test-more/
+  bugtracker: http://github.com/Test-More/test-more/issues/
+  homepage: http://github.com/Test-More/test-more/
   license: http://dev.perl.org/licenses/
-  repository: http://github.com/schwern/test-more/
-version: 1.001002
+  repository: http://github.com/Test-More/test-more/
+  x_MailingList: http://lists.perl.org/list/perl-qa.html
+version: 1.001003
@@ -82,9 +82,9 @@ WriteMakefile(
     ($mm_ver < 6.46 ? () : (META_MERGE => {
         resources => {
             license     =>      'http://dev.perl.org/licenses/',
-            homepage    =>      'http://github.com/schwern/test-more/',
-            bugtracker  =>      'http://github.com/schwern/test-more/issues/',
-            repository  =>      'http://github.com/schwern/test-more/',
+            homepage    =>      'http://github.com/Test-More/test-more/',
+            bugtracker  =>      'http://github.com/Test-More/test-more/issues/',
+            repository  =>      'http://github.com/Test-More/test-more/',
             MailingList =>      'http://lists.perl.org/list/perl-qa.html',
         },
     }))
@@ -1,5 +1,6 @@
 This is the README file for Test::Simple, basic utilities for 
-writing tests, by Michael G Schwern <schwern@pobox.com>.
+writing tests, by Michael G Schwern <schwern@pobox.com>. Maintained by Chad
+Granum <exodist@cpan.org>.
 
 After installation, please consult the tutorial for how to
 start adding tests to your modules. 'perldoc Test::Tutorial'
@@ -7,7 +7,7 @@ use Test::Builder 0.99;
 require Exporter;
 our @ISA = qw(Exporter);
 
-our $VERSION = '1.001002';
+our $VERSION = '1.001003';
 $VERSION = eval $VERSION;      ## no critic (BuiltinFunctions::ProhibitStringyEval)
 
 
@@ -1,7 +1,7 @@
 package Test::Builder::Tester;
 
 use strict;
-our $VERSION = "1.23_002";
+our $VERSION = "1.23_003";
 
 use Test::Builder 0.98;
 use Symbol;
@@ -444,6 +444,14 @@ permission.
 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
@@ -4,7 +4,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '1.001002';
+our $VERSION = '1.001003';
 $VERSION = eval $VERSION;    ## no critic (BuiltinFunctions::ProhibitStringyEval)
 
 BEGIN {
@@ -2643,6 +2643,14 @@ Test::Simple, Test::More, Test::Harness
 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
@@ -17,7 +17,7 @@ sub _carp {
     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;
@@ -1887,6 +1887,14 @@ from Joshua Pritikin's Test module and lots of help from Barrie
 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
 
@@ -1896,7 +1904,7 @@ See F<http://rt.cpan.org> to report and view 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
@@ -4,7 +4,7 @@ use 5.006;
 
 use strict;
 
-our $VERSION = '1.001002';
+our $VERSION = '1.001003';
 $VERSION = eval $VERSION;    ## no critic (BuiltinFunctions::ProhibitStringyEval)
 
 use Test::Builder::Module 0.99;
@@ -199,6 +199,13 @@ Look in Test::More's SEE ALSO for more testing modules.
 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
 
@@ -594,6 +594,14 @@ bugs!
 
 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>.