r27023 - in /branches/upstream/libtest-simple-perl/current: ./ lib/Test/ lib/Test/Builder/ lib/Test/Builder/Tester/ t/ t/Builder/ t/Tester/ t/lib/ t/lib/Dev/ t/lib/Test/Simple/ t/lib/Test/Simple/sample_tests/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 19 06:06:27 UTC 2008


Author: dmn
Date: Wed Nov 19 06:06:17 2008
New Revision: 27023

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27023
Log:
[svn-upgrade] Integrating new upstream version, libtest-simple-perl (0.86)

Added:
    branches/upstream/libtest-simple-perl/current/MANIFEST.SKIP
    branches/upstream/libtest-simple-perl/current/t/c_flag.t
Modified:
    branches/upstream/libtest-simple-perl/current/Changes
    branches/upstream/libtest-simple-perl/current/MANIFEST
    branches/upstream/libtest-simple-perl/current/META.yml
    branches/upstream/libtest-simple-perl/current/Makefile.PL
    branches/upstream/libtest-simple-perl/current/README
    branches/upstream/libtest-simple-perl/current/SIGNATURE
    branches/upstream/libtest-simple-perl/current/TODO
    branches/upstream/libtest-simple-perl/current/lib/Test/Builder.pm
    branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Module.pm
    branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Tester.pm
    branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Tester/Color.pm
    branches/upstream/libtest-simple-perl/current/lib/Test/More.pm
    branches/upstream/libtest-simple-perl/current/lib/Test/Simple.pm
    branches/upstream/libtest-simple-perl/current/lib/Test/Tutorial.pod
    branches/upstream/libtest-simple-perl/current/t/00test_harness_check.t
    branches/upstream/libtest-simple-perl/current/t/BEGIN_require_ok.t
    branches/upstream/libtest-simple-perl/current/t/BEGIN_use_ok.t
    branches/upstream/libtest-simple-perl/current/t/Builder/Builder.t
    branches/upstream/libtest-simple-perl/current/t/Builder/carp.t
    branches/upstream/libtest-simple-perl/current/t/Builder/create.t
    branches/upstream/libtest-simple-perl/current/t/Builder/curr_test.t
    branches/upstream/libtest-simple-perl/current/t/Builder/details.t
    branches/upstream/libtest-simple-perl/current/t/Builder/has_plan.t
    branches/upstream/libtest-simple-perl/current/t/Builder/has_plan2.t
    branches/upstream/libtest-simple-perl/current/t/Builder/is_fh.t
    branches/upstream/libtest-simple-perl/current/t/Builder/maybe_regex.t
    branches/upstream/libtest-simple-perl/current/t/Builder/no_diag.t
    branches/upstream/libtest-simple-perl/current/t/Builder/no_ending.t
    branches/upstream/libtest-simple-perl/current/t/Builder/no_header.t
    branches/upstream/libtest-simple-perl/current/t/Builder/ok_obj.t
    branches/upstream/libtest-simple-perl/current/t/Builder/output.t
    branches/upstream/libtest-simple-perl/current/t/Builder/reset.t
    branches/upstream/libtest-simple-perl/current/t/Builder/reset_outputs.t
    branches/upstream/libtest-simple-perl/current/t/Builder/try.t
    branches/upstream/libtest-simple-perl/current/t/More.t
    branches/upstream/libtest-simple-perl/current/t/Tester/tbt_01basic.t
    branches/upstream/libtest-simple-perl/current/t/Tester/tbt_02fhrestore.t
    branches/upstream/libtest-simple-perl/current/t/Tester/tbt_03die.t
    branches/upstream/libtest-simple-perl/current/t/Tester/tbt_04line_num.t
    branches/upstream/libtest-simple-perl/current/t/Tester/tbt_05faildiag.t
    branches/upstream/libtest-simple-perl/current/t/Tester/tbt_06errormess.t
    branches/upstream/libtest-simple-perl/current/t/Tester/tbt_07args.t
    branches/upstream/libtest-simple-perl/current/t/bad_plan.t
    branches/upstream/libtest-simple-perl/current/t/bail_out.t
    branches/upstream/libtest-simple-perl/current/t/buffer.t
    branches/upstream/libtest-simple-perl/current/t/circular_data.t
    branches/upstream/libtest-simple-perl/current/t/cmp_ok.t
    branches/upstream/libtest-simple-perl/current/t/diag.t
    branches/upstream/libtest-simple-perl/current/t/died.t
    branches/upstream/libtest-simple-perl/current/t/dont_overwrite_die_handler.t
    branches/upstream/libtest-simple-perl/current/t/eq_set.t
    branches/upstream/libtest-simple-perl/current/t/exit.t
    branches/upstream/libtest-simple-perl/current/t/explain.t
    branches/upstream/libtest-simple-perl/current/t/extra.t
    branches/upstream/libtest-simple-perl/current/t/extra_one.t
    branches/upstream/libtest-simple-perl/current/t/fail-like.t
    branches/upstream/libtest-simple-perl/current/t/fail-more.t
    branches/upstream/libtest-simple-perl/current/t/fail.t
    branches/upstream/libtest-simple-perl/current/t/fail_one.t
    branches/upstream/libtest-simple-perl/current/t/filehandles.t
    branches/upstream/libtest-simple-perl/current/t/fork.t
    branches/upstream/libtest-simple-perl/current/t/harness_active.t
    branches/upstream/libtest-simple-perl/current/t/import.t
    branches/upstream/libtest-simple-perl/current/t/is_deeply_dne_bug.t
    branches/upstream/libtest-simple-perl/current/t/is_deeply_fail.t
    branches/upstream/libtest-simple-perl/current/t/is_deeply_with_threads.t
    branches/upstream/libtest-simple-perl/current/t/lib/Dev/Null.pm
    branches/upstream/libtest-simple-perl/current/t/lib/Dummy.pm
    branches/upstream/libtest-simple-perl/current/t/lib/MyOverload.pm
    branches/upstream/libtest-simple-perl/current/t/lib/NoExporter.pm
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/Catch.pm
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death_in_eval.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death_with_handler.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/exit.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/extras.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/five_fail.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/last_minute_death.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/one_fail.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/require.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/success.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/too_few.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/too_few_fail.plx
    branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/two_fail.plx
    branches/upstream/libtest-simple-perl/current/t/lib/TieOut.pm
    branches/upstream/libtest-simple-perl/current/t/missing.t
    branches/upstream/libtest-simple-perl/current/t/no_plan.t
    branches/upstream/libtest-simple-perl/current/t/no_tests.t
    branches/upstream/libtest-simple-perl/current/t/note.t
    branches/upstream/libtest-simple-perl/current/t/overload.t
    branches/upstream/libtest-simple-perl/current/t/overload_threads.t
    branches/upstream/libtest-simple-perl/current/t/plan.t
    branches/upstream/libtest-simple-perl/current/t/plan_bad.t
    branches/upstream/libtest-simple-perl/current/t/plan_is_noplan.t
    branches/upstream/libtest-simple-perl/current/t/plan_no_plan.t
    branches/upstream/libtest-simple-perl/current/t/plan_shouldnt_import.t
    branches/upstream/libtest-simple-perl/current/t/plan_skip_all.t
    branches/upstream/libtest-simple-perl/current/t/pod-coverage.t
    branches/upstream/libtest-simple-perl/current/t/pod.t
    branches/upstream/libtest-simple-perl/current/t/require_ok.t
    branches/upstream/libtest-simple-perl/current/t/simple.t
    branches/upstream/libtest-simple-perl/current/t/skip.t
    branches/upstream/libtest-simple-perl/current/t/skipall.t
    branches/upstream/libtest-simple-perl/current/t/tbm_doesnt_set_exported_to.t
    branches/upstream/libtest-simple-perl/current/t/thread_taint.t
    branches/upstream/libtest-simple-perl/current/t/threads.t
    branches/upstream/libtest-simple-perl/current/t/todo.t
    branches/upstream/libtest-simple-perl/current/t/undef.t
    branches/upstream/libtest-simple-perl/current/t/use_ok.t
    branches/upstream/libtest-simple-perl/current/t/useing.t
    branches/upstream/libtest-simple-perl/current/t/utf8.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libtest-simple-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/Changes?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/MANIFEST?rev=27023&op=diff

Added: branches/upstream/libtest-simple-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/MANIFEST.SKIP?rev=27023&op=file

Modified: branches/upstream/libtest-simple-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/META.yml?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/Makefile.PL?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/README?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/SIGNATURE?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/TODO?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/lib/Test/Builder.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/lib/Test/Builder.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Module.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Module.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Tester.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Tester.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Tester/Color.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/lib/Test/Builder/Tester/Color.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/lib/Test/More.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/lib/Test/More.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/lib/Test/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/lib/Test/Simple.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/lib/Test/Tutorial.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/lib/Test/Tutorial.pod?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/00test_harness_check.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/00test_harness_check.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/BEGIN_require_ok.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/BEGIN_require_ok.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/BEGIN_use_ok.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/BEGIN_use_ok.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/Builder.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/Builder.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/carp.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/carp.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/create.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/create.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/curr_test.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/curr_test.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/details.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/details.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/has_plan.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/has_plan.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/has_plan2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/has_plan2.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/is_fh.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/is_fh.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/maybe_regex.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/maybe_regex.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/no_diag.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/no_diag.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/no_ending.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/no_ending.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/no_header.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/no_header.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/ok_obj.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/ok_obj.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/output.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/output.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/reset.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/reset.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/reset_outputs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/reset_outputs.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Builder/try.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Builder/try.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/More.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/More.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Tester/tbt_01basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Tester/tbt_01basic.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Tester/tbt_02fhrestore.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Tester/tbt_02fhrestore.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Tester/tbt_03die.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Tester/tbt_03die.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Tester/tbt_04line_num.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Tester/tbt_04line_num.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Tester/tbt_05faildiag.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Tester/tbt_05faildiag.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Tester/tbt_06errormess.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Tester/tbt_06errormess.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/Tester/tbt_07args.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/Tester/tbt_07args.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/bad_plan.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/bad_plan.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/bail_out.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/bail_out.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/buffer.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/buffer.t?rev=27023&op=diff

Added: branches/upstream/libtest-simple-perl/current/t/c_flag.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/c_flag.t?rev=27023&op=file

Modified: branches/upstream/libtest-simple-perl/current/t/circular_data.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/circular_data.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/cmp_ok.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/cmp_ok.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/diag.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/diag.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/died.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/died.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/dont_overwrite_die_handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/dont_overwrite_die_handler.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/eq_set.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/eq_set.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/exit.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/exit.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/explain.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/explain.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/extra.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/extra.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/extra_one.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/extra_one.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/fail-like.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/fail-like.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/fail-more.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/fail-more.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/fail.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/fail.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/fail_one.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/fail_one.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/filehandles.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/filehandles.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/fork.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/fork.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/harness_active.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/harness_active.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/import.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/import.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/is_deeply_dne_bug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/is_deeply_dne_bug.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/is_deeply_fail.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/is_deeply_fail.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/is_deeply_with_threads.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/is_deeply_with_threads.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Dev/Null.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Dev/Null.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Dummy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Dummy.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/MyOverload.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/MyOverload.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/NoExporter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/NoExporter.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/Catch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/Catch.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death_in_eval.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death_in_eval.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death_with_handler.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/death_with_handler.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/exit.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/exit.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/extras.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/extras.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/five_fail.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/five_fail.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/last_minute_death.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/last_minute_death.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/one_fail.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/one_fail.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/pre_plan_death.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/require.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/require.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/success.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/success.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/too_few.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/too_few.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/too_few_fail.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/too_few_fail.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/two_fail.plx
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/Test/Simple/sample_tests/two_fail.plx?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/lib/TieOut.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/lib/TieOut.pm?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/missing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/missing.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/no_plan.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/no_plan.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/no_tests.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/no_tests.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/note.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/note.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/overload.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/overload.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/overload_threads.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/overload_threads.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/plan.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/plan.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/plan_bad.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/plan_bad.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/plan_is_noplan.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/plan_is_noplan.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/plan_no_plan.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/plan_no_plan.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/plan_shouldnt_import.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/plan_shouldnt_import.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/plan_skip_all.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/plan_skip_all.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/pod-coverage.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/pod.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/require_ok.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/require_ok.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/simple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/simple.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/skip.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/skip.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/skipall.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/skipall.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/tbm_doesnt_set_exported_to.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/tbm_doesnt_set_exported_to.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/thread_taint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/thread_taint.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/threads.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/threads.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/todo.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/todo.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/undef.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/undef.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/use_ok.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/use_ok.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/useing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/useing.t?rev=27023&op=diff

Modified: branches/upstream/libtest-simple-perl/current/t/utf8.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-simple-perl/current/t/utf8.t?rev=27023&op=diff




More information about the Pkg-perl-cvs-commits mailing list