diff options
author | David Mitchell <davem@iabyn.com> | 2009-06-06 17:10:50 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-06-06 17:10:50 +0100 |
commit | 3c4bf43449852fc09297b1d305aa5e5b636ab248 (patch) | |
tree | e71113ae6a897961bb3cf92bc1aa0ea36af06138 | |
parent | 04fe7e4318e68a40d4de792dfc440e544cd9c0de (diff) | |
download | perl-3c4bf43449852fc09297b1d305aa5e5b636ab248.tar.gz |
sync a bunch of files with Test::Simple 0.86
(the $Id$ changes didn't get picked up when blead was last synced with
CPAN)
103 files changed, 103 insertions, 103 deletions
diff --git a/lib/Test/Builder.pm b/lib/Test/Builder.pm index b38744426a..87f23f2bcd 100644 --- a/lib/Test/Builder.pm +++ b/lib/Test/Builder.pm @@ -1,5 +1,5 @@ package Test::Builder; -# $Id: /mirror/googlecode/test-more-trunk/lib/Test/Builder.pm 67223 2008-10-15T03:08:18.888155Z schwern $ +# $Id$ use 5.006; use strict; diff --git a/lib/Test/Builder/Module.pm b/lib/Test/Builder/Module.pm index 4ccdf09b7a..166b9dabc0 100644 --- a/lib/Test/Builder/Module.pm +++ b/lib/Test/Builder/Module.pm @@ -1,5 +1,5 @@ package Test::Builder::Module; -# $Id: /mirror/googlecode/test-more-trunk/lib/Test/Builder/Module.pm 67223 2008-10-15T03:08:18.888155Z schwern $ +# $Id$ use strict; diff --git a/lib/Test/Builder/Tester.pm b/lib/Test/Builder/Tester.pm index 8b1f46b6a6..d0bfc3f8e6 100644 --- a/lib/Test/Builder/Tester.pm +++ b/lib/Test/Builder/Tester.pm @@ -1,5 +1,5 @@ package Test::Builder::Tester; -# $Id: /mirror/googlecode/test-more-trunk/lib/Test/Builder/Tester.pm 67223 2008-10-15T03:08:18.888155Z schwern $ +# $Id$ use strict; our $VERSION = "1.18"; diff --git a/lib/Test/Builder/Tester/Color.pm b/lib/Test/Builder/Tester/Color.pm index 27fc8685f4..d333b2fe51 100644 --- a/lib/Test/Builder/Tester/Color.pm +++ b/lib/Test/Builder/Tester/Color.pm @@ -1,5 +1,5 @@ package Test::Builder::Tester::Color; -# $Id: /mirror/googlecode/test-more-trunk/lib/Test/Builder/Tester/Color.pm 67132 2008-10-01T01:11:04.501643Z schwern $ +# $Id$ use strict; diff --git a/lib/Test/More.pm b/lib/Test/More.pm index 2ccd314e1e..875e40ae36 100644 --- a/lib/Test/More.pm +++ b/lib/Test/More.pm @@ -1,5 +1,5 @@ package Test::More; -# $Id: /mirror/googlecode/test-more-trunk/lib/Test/More.pm 67223 2008-10-15T03:08:18.888155Z schwern $ +# $Id$ use 5.006; use strict; diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index a7924cc3e4..cef041130f 100644 --- a/lib/Test/Simple.pm +++ b/lib/Test/Simple.pm @@ -1,5 +1,5 @@ package Test::Simple; -# $Id: /mirror/googlecode/test-more-trunk/lib/Test/Simple.pm 67223 2008-10-15T03:08:18.888155Z schwern $ +# $Id$ use 5.004; diff --git a/lib/Test/Simple/README b/lib/Test/Simple/README index d0e9b7f943..114aa26735 100644 --- a/lib/Test/Simple/README +++ b/lib/Test/Simple/README @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/README 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ This is the README file for Test::Simple, basic utilities for writing tests, by Michael G Schwern <schwern@pobox.com>. diff --git a/lib/Test/Simple/TODO b/lib/Test/Simple/TODO index edfefa1054..a49068870e 100644 --- a/lib/Test/Simple/TODO +++ b/lib/Test/Simple/TODO @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/TODO 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ See https://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Simple plus here's a few more I haven't put in RT yet. diff --git a/lib/Test/Simple/t/00test_harness_check.t b/lib/Test/Simple/t/00test_harness_check.t index ee5c11a494..0504be39cc 100644 --- a/lib/Test/Simple/t/00test_harness_check.t +++ b/lib/Test/Simple/t/00test_harness_check.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/00test_harness_check.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ # A test to make sure the new Test::Harness was installed properly. diff --git a/lib/Test/Simple/t/BEGIN_require_ok.t b/lib/Test/Simple/t/BEGIN_require_ok.t index a06ca1b563..c3e4ccab9b 100644 --- a/lib/Test/Simple/t/BEGIN_require_ok.t +++ b/lib/Test/Simple/t/BEGIN_require_ok.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/BEGIN_require_ok.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/BEGIN_use_ok.t b/lib/Test/Simple/t/BEGIN_use_ok.t index d6baefe085..aa428d5711 100644 --- a/lib/Test/Simple/t/BEGIN_use_ok.t +++ b/lib/Test/Simple/t/BEGIN_use_ok.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/BEGIN_use_ok.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ # [rt.cpan.org 28345] # diff --git a/lib/Test/Simple/t/Builder/Builder.t b/lib/Test/Simple/t/Builder/Builder.t index 24e395c00e..ce53097076 100644 --- a/lib/Test/Simple/t/Builder/Builder.t +++ b/lib/Test/Simple/t/Builder/Builder.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/Builder.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Builder/carp.t b/lib/Test/Simple/t/Builder/carp.t index a390aa6376..fb7208a560 100644 --- a/lib/Test/Simple/t/Builder/carp.t +++ b/lib/Test/Simple/t/Builder/carp.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: /mirror/googlecode/test-more/t/Builder/carp.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Builder/create.t b/lib/Test/Simple/t/Builder/create.t index d923227872..d66ee06b58 100644 --- a/lib/Test/Simple/t/Builder/create.t +++ b/lib/Test/Simple/t/Builder/create.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/create.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ #!perl -w diff --git a/lib/Test/Simple/t/Builder/curr_test.t b/lib/Test/Simple/t/Builder/curr_test.t index 9607db3b06..ec54980de4 100644 --- a/lib/Test/Simple/t/Builder/curr_test.t +++ b/lib/Test/Simple/t/Builder/curr_test.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/curr_test.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ # Dave Rolsky found a bug where if current_test() is used and no # tests are run via Test::Builder it will blow up. diff --git a/lib/Test/Simple/t/Builder/details.t b/lib/Test/Simple/t/Builder/details.t index 0f3c31de5b..82f74c29a8 100644 --- a/lib/Test/Simple/t/Builder/details.t +++ b/lib/Test/Simple/t/Builder/details.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/details.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Builder/has_plan.t b/lib/Test/Simple/t/Builder/has_plan.t index 9c8ae59aa4..4eecbd0fa7 100644 --- a/lib/Test/Simple/t/Builder/has_plan.t +++ b/lib/Test/Simple/t/Builder/has_plan.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/has_plan.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Builder/has_plan2.t b/lib/Test/Simple/t/Builder/has_plan2.t index eaceecadb9..c4aca0f0ea 100644 --- a/lib/Test/Simple/t/Builder/has_plan2.t +++ b/lib/Test/Simple/t/Builder/has_plan2.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/has_plan2.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Builder/is_fh.t b/lib/Test/Simple/t/Builder/is_fh.t index ab8b887575..a492f01ddd 100644 --- a/lib/Test/Simple/t/Builder/is_fh.t +++ b/lib/Test/Simple/t/Builder/is_fh.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/is_fh.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Builder/maybe_regex.t b/lib/Test/Simple/t/Builder/maybe_regex.t index 5741220e60..c352c821c5 100644 --- a/lib/Test/Simple/t/Builder/maybe_regex.t +++ b/lib/Test/Simple/t/Builder/maybe_regex.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/maybe_regex.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Builder/no_diag.t b/lib/Test/Simple/t/Builder/no_diag.t index 07cb3baeb8..f86198426e 100644 --- a/lib/Test/Simple/t/Builder/no_diag.t +++ b/lib/Test/Simple/t/Builder/no_diag.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/no_diag.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ use Test::More 'no_diag', tests => 2; diff --git a/lib/Test/Simple/t/Builder/no_ending.t b/lib/Test/Simple/t/Builder/no_ending.t index fe3edecd2f..3b3077d41e 100644 --- a/lib/Test/Simple/t/Builder/no_ending.t +++ b/lib/Test/Simple/t/Builder/no_ending.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/Builder/no_ending.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ use Test::Builder; BEGIN { diff --git a/lib/Test/Simple/t/Builder/no_header.t b/lib/Test/Simple/t/Builder/no_header.t index 3992f0f87a..a12bec54c7 100644 --- a/lib/Test/Simple/t/Builder/no_header.t +++ b/lib/Test/Simple/t/Builder/no_header.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/Builder/no_header.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/Builder/ok_obj.t b/lib/Test/Simple/t/Builder/ok_obj.t index 9dc658a109..f5af1f17f3 100644 --- a/lib/Test/Simple/t/Builder/ok_obj.t +++ b/lib/Test/Simple/t/Builder/ok_obj.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/ok_obj.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ # Testing to make sure Test::Builder doesn't accidentally store objects # passed in as test arguments. diff --git a/lib/Test/Simple/t/Builder/output.t b/lib/Test/Simple/t/Builder/output.t index 4dc0d2ec9f..d49d02a001 100644 --- a/lib/Test/Simple/t/Builder/output.t +++ b/lib/Test/Simple/t/Builder/output.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/output.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Builder/reset.t b/lib/Test/Simple/t/Builder/reset.t index 5284fb376b..e655725d59 100644 --- a/lib/Test/Simple/t/Builder/reset.t +++ b/lib/Test/Simple/t/Builder/reset.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/reset.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ # Test Test::Builder->reset; diff --git a/lib/Test/Simple/t/Builder/try.t b/lib/Test/Simple/t/Builder/try.t index 37e0cdfac0..fd61ddd1b8 100644 --- a/lib/Test/Simple/t/Builder/try.t +++ b/lib/Test/Simple/t/Builder/try.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/Builder/try.t 60332 2008-09-09T12:24:03.060291Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/More.t b/lib/Test/Simple/t/More.t index c84bf2cfe6..73d71d84ac 100644 --- a/lib/Test/Simple/t/More.t +++ b/lib/Test/Simple/t/More.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/More.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/Tester/tbt_01basic.t b/lib/Test/Simple/t/Tester/tbt_01basic.t index 575a92b1e7..f40ab5ee77 100644 --- a/lib/Test/Simple/t/Tester/tbt_01basic.t +++ b/lib/Test/Simple/t/Tester/tbt_01basic.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: /mirror/googlecode/test-more/t/Tester/tbt_01basic.t 60331 2008-09-09T12:17:12.607612Z schwern $ +# $Id$ use Test::Builder::Tester tests => 9; use Test::More; diff --git a/lib/Test/Simple/t/Tester/tbt_02fhrestore.t b/lib/Test/Simple/t/Tester/tbt_02fhrestore.t index 398ac0e5f8..b6ef7e0700 100644 --- a/lib/Test/Simple/t/Tester/tbt_02fhrestore.t +++ b/lib/Test/Simple/t/Tester/tbt_02fhrestore.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: /mirror/googlecode/test-more/t/Tester/tbt_02fhrestore.t 60331 2008-09-09T12:17:12.607612Z schwern $ +# $Id$ use Test::Builder::Tester tests => 4; use Test::More; diff --git a/lib/Test/Simple/t/Tester/tbt_03die.t b/lib/Test/Simple/t/Tester/tbt_03die.t index 5657f2a9fc..8c7d30aaa7 100644 --- a/lib/Test/Simple/t/Tester/tbt_03die.t +++ b/lib/Test/Simple/t/Tester/tbt_03die.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: /mirror/googlecode/test-more/t/Tester/tbt_03die.t 60331 2008-09-09T12:17:12.607612Z schwern $ +# $Id$ use Test::Builder::Tester tests => 1; use Test::More; diff --git a/lib/Test/Simple/t/Tester/tbt_04line_num.t b/lib/Test/Simple/t/Tester/tbt_04line_num.t index 1988b2dfaf..f18ed019c5 100644 --- a/lib/Test/Simple/t/Tester/tbt_04line_num.t +++ b/lib/Test/Simple/t/Tester/tbt_04line_num.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: /mirror/googlecode/test-more/t/Tester/tbt_04line_num.t 60331 2008-09-09T12:17:12.607612Z schwern $ +# $Id$ use Test::More tests => 3; use Test::Builder::Tester; diff --git a/lib/Test/Simple/t/Tester/tbt_05faildiag.t b/lib/Test/Simple/t/Tester/tbt_05faildiag.t index ffeb5d5375..def67351cf 100644 --- a/lib/Test/Simple/t/Tester/tbt_05faildiag.t +++ b/lib/Test/Simple/t/Tester/tbt_05faildiag.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: /mirror/googlecode/test-more/t/Tester/tbt_05faildiag.t 60331 2008-09-09T12:17:12.607612Z schwern $ +# $Id$ use Test::Builder::Tester tests => 5; use Test::More; diff --git a/lib/Test/Simple/t/Tester/tbt_06errormess.t b/lib/Test/Simple/t/Tester/tbt_06errormess.t index da3bbef275..c4e663237a 100644 --- a/lib/Test/Simple/t/Tester/tbt_06errormess.t +++ b/lib/Test/Simple/t/Tester/tbt_06errormess.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Tester/tbt_06errormess.t 60331 2008-09-09T12:17:12.607612Z schwern $ +# $Id$ use Test::More tests => 8; use Symbol; diff --git a/lib/Test/Simple/t/Tester/tbt_07args.t b/lib/Test/Simple/t/Tester/tbt_07args.t index ac5f4142a3..8d104b7aa2 100644 --- a/lib/Test/Simple/t/Tester/tbt_07args.t +++ b/lib/Test/Simple/t/Tester/tbt_07args.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/Tester/tbt_07args.t 60331 2008-09-09T12:17:12.607612Z schwern $ +# $Id$ use Test::More tests => 18; use Symbol; diff --git a/lib/Test/Simple/t/bad_plan.t b/lib/Test/Simple/t/bad_plan.t index 10207b483c..1d4e50d6f0 100644 --- a/lib/Test/Simple/t/bad_plan.t +++ b/lib/Test/Simple/t/bad_plan.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/bad_plan.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/bail_out.t b/lib/Test/Simple/t/bail_out.t index 4af221b830..58bcf47480 100644 --- a/lib/Test/Simple/t/bail_out.t +++ b/lib/Test/Simple/t/bail_out.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/bail_out.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/buffer.t b/lib/Test/Simple/t/buffer.t index 1fdc930727..04e92b9205 100644 --- a/lib/Test/Simple/t/buffer.t +++ b/lib/Test/Simple/t/buffer.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: /mirror/googlecode/test-more/t/buffer.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/circular_data.t b/lib/Test/Simple/t/circular_data.t index 4f41ae1111..ce23e0b350 100644 --- a/lib/Test/Simple/t/circular_data.t +++ b/lib/Test/Simple/t/circular_data.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/circular_data.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ # Test is_deeply and friends with circular data structures [rt.cpan.org 7289] diff --git a/lib/Test/Simple/t/cmp_ok.t b/lib/Test/Simple/t/cmp_ok.t index 4c2f90095e..031940e49c 100644 --- a/lib/Test/Simple/t/cmp_ok.t +++ b/lib/Test/Simple/t/cmp_ok.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/cmp_ok.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/diag.t b/lib/Test/Simple/t/diag.t index c6276d9e79..91ef58f588 100644 --- a/lib/Test/Simple/t/diag.t +++ b/lib/Test/Simple/t/diag.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/diag.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/died.t b/lib/Test/Simple/t/died.t index 6e4d40cf11..2a40d01f1e 100644 --- a/lib/Test/Simple/t/died.t +++ b/lib/Test/Simple/t/died.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/died.t 60310 2008-09-07T23:47:22.837229Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/dont_overwrite_die_handler.t b/lib/Test/Simple/t/dont_overwrite_die_handler.t index 4c0968f3c3..03609a8023 100644 --- a/lib/Test/Simple/t/dont_overwrite_die_handler.t +++ b/lib/Test/Simple/t/dont_overwrite_die_handler.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/dont_overwrite_die_handler.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/eq_set.t b/lib/Test/Simple/t/eq_set.t index bd04f78a8d..b090373cfa 100644 --- a/lib/Test/Simple/t/eq_set.t +++ b/lib/Test/Simple/t/eq_set.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/eq_set.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/exit.t b/lib/Test/Simple/t/exit.t index fe53cbb73d..6c6945ca21 100644 --- a/lib/Test/Simple/t/exit.t +++ b/lib/Test/Simple/t/exit.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/exit.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ # Can't use Test.pm, that's a 5.005 thing. package My::Test; diff --git a/lib/Test/Simple/t/explain.t b/lib/Test/Simple/t/explain.t index f623ef4f32..6b67b6cc4b 100644 --- a/lib/Test/Simple/t/explain.t +++ b/lib/Test/Simple/t/explain.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/explain.t 60308 2008-09-07T22:36:18.175234Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/extra.t b/lib/Test/Simple/t/extra.t index 0fcc0eebe2..778284da43 100644 --- a/lib/Test/Simple/t/extra.t +++ b/lib/Test/Simple/t/extra.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/extra.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/extra_one.t b/lib/Test/Simple/t/extra_one.t index 211d97bc55..90ba9abbce 100644 --- a/lib/Test/Simple/t/extra_one.t +++ b/lib/Test/Simple/t/extra_one.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/extra_one.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/fail-like.t b/lib/Test/Simple/t/fail-like.t index 09b82a561d..d1a51d49e1 100644 --- a/lib/Test/Simple/t/fail-like.t +++ b/lib/Test/Simple/t/fail-like.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/fail-like.t 60310 2008-09-07T23:47:22.837229Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/fail-more.t b/lib/Test/Simple/t/fail-more.t index 32b070134c..4e515c5fb8 100644 --- a/lib/Test/Simple/t/fail-more.t +++ b/lib/Test/Simple/t/fail-more.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/fail-more.t 60310 2008-09-07T23:47:22.837229Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/fail.t b/lib/Test/Simple/t/fail.t index 70a2f505b2..fd272d17bf 100644 --- a/lib/Test/Simple/t/fail.t +++ b/lib/Test/Simple/t/fail.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/fail.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/fail_one.t b/lib/Test/Simple/t/fail_one.t index 8ce13989c0..53de4547f8 100644 --- a/lib/Test/Simple/t/fail_one.t +++ b/lib/Test/Simple/t/fail_one.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/fail_one.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/filehandles.t b/lib/Test/Simple/t/filehandles.t index 9fef68360b..1e20470f27 100644 --- a/lib/Test/Simple/t/filehandles.t +++ b/lib/Test/Simple/t/filehandles.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/filehandles.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/fork.t b/lib/Test/Simple/t/fork.t index d9a591fcfb..cda5bde561 100644 --- a/lib/Test/Simple/t/fork.t +++ b/lib/Test/Simple/t/fork.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/fork.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/harness_active.t b/lib/Test/Simple/t/harness_active.t index cbaafacbd1..150c826deb 100644 --- a/lib/Test/Simple/t/harness_active.t +++ b/lib/Test/Simple/t/harness_active.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/harness_active.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/import.t b/lib/Test/Simple/t/import.t index 5d22d40bf2..fd2aef40ba 100644 --- a/lib/Test/Simple/t/import.t +++ b/lib/Test/Simple/t/import.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/import.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/is_deeply_dne_bug.t b/lib/Test/Simple/t/is_deeply_dne_bug.t index 2319c913dc..43cdce9786 100644 --- a/lib/Test/Simple/t/is_deeply_dne_bug.t +++ b/lib/Test/Simple/t/is_deeply_dne_bug.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/is_deeply_dne_bug.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ # test for rt.cpan.org 20768 # diff --git a/lib/Test/Simple/t/is_deeply_fail.t b/lib/Test/Simple/t/is_deeply_fail.t index 5160a10809..5bcb070bf0 100644 --- a/lib/Test/Simple/t/is_deeply_fail.t +++ b/lib/Test/Simple/t/is_deeply_fail.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/is_deeply_fail.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/is_deeply_with_threads.t b/lib/Test/Simple/t/is_deeply_with_threads.t index e03e953ad2..634bba30e9 100644 --- a/lib/Test/Simple/t/is_deeply_with_threads.t +++ b/lib/Test/Simple/t/is_deeply_with_threads.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more-trunk/t/is_deeply_with_threads.t 60989 2008-09-10T03:05:54.548376Z schwern $ +# $Id$ # Test to see if is_deeply() plays well with threads. diff --git a/lib/Test/Simple/t/lib/Dummy.pm b/lib/Test/Simple/t/lib/Dummy.pm index 5eb9157280..e0cf30abc9 100644 --- a/lib/Test/Simple/t/lib/Dummy.pm +++ b/lib/Test/Simple/t/lib/Dummy.pm @@ -1,5 +1,5 @@ package Dummy; -# $Id: /mirror/googlecode/test-more/t/lib/Dummy.pm 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ $VERSION = '0.01'; diff --git a/lib/Test/Simple/t/lib/MyOverload.pm b/lib/Test/Simple/t/lib/MyOverload.pm index 07b1dbea00..6d78b93773 100644 --- a/lib/Test/Simple/t/lib/MyOverload.pm +++ b/lib/Test/Simple/t/lib/MyOverload.pm @@ -1,5 +1,5 @@ package Overloaded; -# $Id: /mirror/googlecode/test-more-trunk/t/lib/MyOverload.pm 67132 2008-10-01T01:11:04.501643Z schwern $ +# $Id$ sub new { my $class = shift; diff --git a/lib/Test/Simple/t/lib/NoExporter.pm b/lib/Test/Simple/t/lib/NoExporter.pm index 5eb2b3be90..314d59c4ab 100644 --- a/lib/Test/Simple/t/lib/NoExporter.pm +++ b/lib/Test/Simple/t/lib/NoExporter.pm @@ -1,5 +1,5 @@ package NoExporter; -# $Id: /mirror/googlecode/test-more-trunk/t/lib/NoExporter.pm 67132 2008-10-01T01:11:04.501643Z schwern $ +# $Id$ $VERSION = 1.02; diff --git a/lib/Test/Simple/t/missing.t b/lib/Test/Simple/t/missing.t index cb46aff16e..11f2443e75 100644 --- a/lib/Test/Simple/t/missing.t +++ b/lib/Test/Simple/t/missing.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/missing.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/no_plan.t b/lib/Test/Simple/t/no_plan.t index c997990932..10e85abda9 100644 --- a/lib/Test/Simple/t/no_plan.t +++ b/lib/Test/Simple/t/no_plan.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/no_plan.t 60319 2008-09-08T21:16:57.125001Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/no_tests.t b/lib/Test/Simple/t/no_tests.t index 5e6e86b57f..9a0ace6856 100644 --- a/lib/Test/Simple/t/no_tests.t +++ b/lib/Test/Simple/t/no_tests.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/no_tests.t 60310 2008-09-07T23:47:22.837229Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/note.t b/lib/Test/Simple/t/note.t index 2a72b5d301..56ce94241b 100644 --- a/lib/Test/Simple/t/note.t +++ b/lib/Test/Simple/t/note.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/note.t 60308 2008-09-07T22:36:18.175234Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/overload.t b/lib/Test/Simple/t/overload.t index cd875be019..1f1c9f8858 100644 --- a/lib/Test/Simple/t/overload.t +++ b/lib/Test/Simple/t/overload.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/overload.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/overload_threads.t b/lib/Test/Simple/t/overload_threads.t index 4617a34329..bbd8e01c43 100644 --- a/lib/Test/Simple/t/overload_threads.t +++ b/lib/Test/Simple/t/overload_threads.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/overload_threads.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/plan.t b/lib/Test/Simple/t/plan.t index 7ccca6d0cc..3a55521fa8 100644 --- a/lib/Test/Simple/t/plan.t +++ b/lib/Test/Simple/t/plan.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/plan.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/plan_bad.t b/lib/Test/Simple/t/plan_bad.t index c93c21414f..d126e88216 100644 --- a/lib/Test/Simple/t/plan_bad.t +++ b/lib/Test/Simple/t/plan_bad.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/plan_bad.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/plan_is_noplan.t b/lib/Test/Simple/t/plan_is_noplan.t index d11c4372d3..3ac7574e52 100644 --- a/lib/Test/Simple/t/plan_is_noplan.t +++ b/lib/Test/Simple/t/plan_is_noplan.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/plan_is_noplan.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/plan_no_plan.t b/lib/Test/Simple/t/plan_no_plan.t index 2935b1b5fc..fbe2408c4b 100644 --- a/lib/Test/Simple/t/plan_no_plan.t +++ b/lib/Test/Simple/t/plan_no_plan.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/plan_no_plan.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/plan_shouldnt_import.t b/lib/Test/Simple/t/plan_shouldnt_import.t index bd320fa022..9422613af0 100644 --- a/lib/Test/Simple/t/plan_shouldnt_import.t +++ b/lib/Test/Simple/t/plan_shouldnt_import.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/plan_shouldnt_import.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ # plan() used to export functions by mistake [rt.cpan.org 8385] diff --git a/lib/Test/Simple/t/plan_skip_all.t b/lib/Test/Simple/t/plan_skip_all.t index 99ce9d77c2..13335a4927 100644 --- a/lib/Test/Simple/t/plan_skip_all.t +++ b/lib/Test/Simple/t/plan_skip_all.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/plan_skip_all.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/require_ok.t b/lib/Test/Simple/t/require_ok.t index 6d0bfd0420..8b1a943172 100644 --- a/lib/Test/Simple/t/require_ok.t +++ b/lib/Test/Simple/t/require_ok.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/require_ok.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/simple.t b/lib/Test/Simple/t/simple.t index 276924c0d8..67bc6f3a1b 100644 --- a/lib/Test/Simple/t/simple.t +++ b/lib/Test/Simple/t/simple.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/simple.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/skip.t b/lib/Test/Simple/t/skip.t index e199b11f68..a8a7cb9b33 100644 --- a/lib/Test/Simple/t/skip.t +++ b/lib/Test/Simple/t/skip.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more/t/skip.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/skipall.t b/lib/Test/Simple/t/skipall.t index b0c476b764..1bc170b2ea 100644 --- a/lib/Test/Simple/t/skipall.t +++ b/lib/Test/Simple/t/skipall.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/skipall.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/tbm_doesnt_set_exported_to.t b/lib/Test/Simple/t/tbm_doesnt_set_exported_to.t index 4908a3c172..231235e2f1 100644 --- a/lib/Test/Simple/t/tbm_doesnt_set_exported_to.t +++ b/lib/Test/Simple/t/tbm_doesnt_set_exported_to.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/tbm_doesnt_set_exported_to.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/thread_taint.t b/lib/Test/Simple/t/thread_taint.t index f3b8ad8ef7..98adc43e32 100644 --- a/lib/Test/Simple/t/thread_taint.t +++ b/lib/Test/Simple/t/thread_taint.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/thread_taint.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ use Test::More tests => 1; diff --git a/lib/Test/Simple/t/threads.t b/lib/Test/Simple/t/threads.t index 1daec946b4..65b7bb360e 100644 --- a/lib/Test/Simple/t/threads.t +++ b/lib/Test/Simple/t/threads.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/threads.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/todo.t b/lib/Test/Simple/t/todo.t index 8a30ad15a9..259a661608 100644 --- a/lib/Test/Simple/t/todo.t +++ b/lib/Test/Simple/t/todo.t @@ -1,5 +1,5 @@ #!perl -w -# $Id: /mirror/googlecode/test-more-trunk/t/todo.t 62094 2008-09-19T07:21:50.720642Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/undef.t b/lib/Test/Simple/t/undef.t index c1f5ceeaf2..b7f1f2cd90 100644 --- a/lib/Test/Simple/t/undef.t +++ b/lib/Test/Simple/t/undef.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/undef.t 60310 2008-09-07T23:47:22.837229Z schwern $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/use_ok.t b/lib/Test/Simple/t/use_ok.t index 9781ac8ea1..a53fe25fe4 100644 --- a/lib/Test/Simple/t/use_ok.t +++ b/lib/Test/Simple/t/use_ok.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/use_ok.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Simple/t/useing.t b/lib/Test/Simple/t/useing.t index f67ecd8ef9..19dde01b26 100644 --- a/lib/Test/Simple/t/useing.t +++ b/lib/Test/Simple/t/useing.t @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/t/useing.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; diff --git a/lib/Test/Simple/t/utf8.t b/lib/Test/Simple/t/utf8.t index 544ad1c8cc..e45e47b37f 100644 --- a/lib/Test/Simple/t/utf8.t +++ b/lib/Test/Simple/t/utf8.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: /mirror/googlecode/test-more/t/utf8.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ BEGIN { if( $ENV{PERL_CORE} ) { diff --git a/lib/Test/Tutorial.pod b/lib/Test/Tutorial.pod index 4de4a908bc..8ae34448a5 100644 --- a/lib/Test/Tutorial.pod +++ b/lib/Test/Tutorial.pod @@ -1,4 +1,4 @@ -# $Id: /mirror/googlecode/test-more/lib/Test/Tutorial.pod 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ =head1 NAME Test::Tutorial - A tutorial about writing really basic tests diff --git a/t/lib/Dev/Null.pm b/t/lib/Dev/Null.pm index e89b4b5e84..9d2ae12ece 100644 --- a/t/lib/Dev/Null.pm +++ b/t/lib/Dev/Null.pm @@ -1,5 +1,5 @@ package Dev::Null; -# $Id: /mirror/googlecode/test-more/t/lib/Dev/Null.pm 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ sub TIEHANDLE { bless {} } sub PRINT { 1 } diff --git a/t/lib/Test/Simple/Catch.pm b/t/lib/Test/Simple/Catch.pm index c54228b0a7..6f6049356d 100644 --- a/t/lib/Test/Simple/Catch.pm +++ b/t/lib/Test/Simple/Catch.pm @@ -1,5 +1,5 @@ # For testing Test::Simple; -# $Id: /mirror/googlecode/test-more-trunk/t/lib/Test/Simple/Catch.pm 67132 2008-10-01T01:11:04.501643Z schwern $ +# $Id$ package Test::Simple::Catch; use Symbol; diff --git a/t/lib/Test/Simple/sample_tests/death.plx b/t/lib/Test/Simple/sample_tests/death.plx index 24f8cb208c..14ec3d6d97 100644 --- a/t/lib/Test/Simple/sample_tests/death.plx +++ b/t/lib/Test/Simple/sample_tests/death.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/death.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/death_in_eval.plx b/t/lib/Test/Simple/sample_tests/death_in_eval.plx index 99a69357a4..f3fb6ab375 100644 --- a/t/lib/Test/Simple/sample_tests/death_in_eval.plx +++ b/t/lib/Test/Simple/sample_tests/death_in_eval.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/death_in_eval.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ use Carp; push @INC, 't/lib'; diff --git a/t/lib/Test/Simple/sample_tests/death_with_handler.plx b/t/lib/Test/Simple/sample_tests/death_with_handler.plx index ddb1c0693d..7a0b2c3e3e 100644 --- a/t/lib/Test/Simple/sample_tests/death_with_handler.plx +++ b/t/lib/Test/Simple/sample_tests/death_with_handler.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/death_with_handler.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/exit.plx b/t/lib/Test/Simple/sample_tests/exit.plx index 46105a255b..37ff587684 100644 --- a/t/lib/Test/Simple/sample_tests/exit.plx +++ b/t/lib/Test/Simple/sample_tests/exit.plx @@ -1,4 +1,4 @@ require Test::Builder; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/exit.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ exit 1; diff --git a/t/lib/Test/Simple/sample_tests/extras.plx b/t/lib/Test/Simple/sample_tests/extras.plx index c97a8bad0c..d2e9e99baf 100644 --- a/t/lib/Test/Simple/sample_tests/extras.plx +++ b/t/lib/Test/Simple/sample_tests/extras.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/extras.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/five_fail.plx b/t/lib/Test/Simple/sample_tests/five_fail.plx index b23ebf9880..6110cb6f65 100644 --- a/t/lib/Test/Simple/sample_tests/five_fail.plx +++ b/t/lib/Test/Simple/sample_tests/five_fail.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/five_fail.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ use lib 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/last_minute_death.plx b/t/lib/Test/Simple/sample_tests/last_minute_death.plx index 2aef954a29..a9411862c8 100644 --- a/t/lib/Test/Simple/sample_tests/last_minute_death.plx +++ b/t/lib/Test/Simple/sample_tests/last_minute_death.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/last_minute_death.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/one_fail.plx b/t/lib/Test/Simple/sample_tests/one_fail.plx index 5bc2fc9fca..80aba3109b 100644 --- a/t/lib/Test/Simple/sample_tests/one_fail.plx +++ b/t/lib/Test/Simple/sample_tests/one_fail.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/one_fail.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/pre_plan_death.plx b/t/lib/Test/Simple/sample_tests/pre_plan_death.plx index bea6ddbb4c..e947736f19 100644 --- a/t/lib/Test/Simple/sample_tests/pre_plan_death.plx +++ b/t/lib/Test/Simple/sample_tests/pre_plan_death.plx @@ -1,5 +1,5 @@ # ID 20020716.013, the exit code would become 0 if the test died -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/pre_plan_death.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ # before a plan. require Test::Simple; diff --git a/t/lib/Test/Simple/sample_tests/require.plx b/t/lib/Test/Simple/sample_tests/require.plx index d589d01ed5..7f9adebf87 100644 --- a/t/lib/Test/Simple/sample_tests/require.plx +++ b/t/lib/Test/Simple/sample_tests/require.plx @@ -1,2 +1,2 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/require.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ diff --git a/t/lib/Test/Simple/sample_tests/success.plx b/t/lib/Test/Simple/sample_tests/success.plx index 72f4519969..99c2d9b542 100644 --- a/t/lib/Test/Simple/sample_tests/success.plx +++ b/t/lib/Test/Simple/sample_tests/success.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/success.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/too_few.plx b/t/lib/Test/Simple/sample_tests/too_few.plx index fc13586e0e..003b07d6ed 100644 --- a/t/lib/Test/Simple/sample_tests/too_few.plx +++ b/t/lib/Test/Simple/sample_tests/too_few.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/too_few.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/too_few_fail.plx b/t/lib/Test/Simple/sample_tests/too_few_fail.plx index 2213fdc2e4..6b2bbf858e 100644 --- a/t/lib/Test/Simple/sample_tests/too_few_fail.plx +++ b/t/lib/Test/Simple/sample_tests/too_few_fail.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/too_few_fail.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; diff --git a/t/lib/Test/Simple/sample_tests/two_fail.plx b/t/lib/Test/Simple/sample_tests/two_fail.plx index 19755b06f2..d4d6c378ff 100644 --- a/t/lib/Test/Simple/sample_tests/two_fail.plx +++ b/t/lib/Test/Simple/sample_tests/two_fail.plx @@ -1,5 +1,5 @@ require Test::Simple; -# $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/two_fail.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $ +# $Id$ push @INC, 't/lib'; require Test::Simple::Catch; |