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 /lib/Test/Simple/t/Builder/curr_test.t | |
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)
Diffstat (limited to 'lib/Test/Simple/t/Builder/curr_test.t')
-rw-r--r-- | lib/Test/Simple/t/Builder/curr_test.t | 2 |
1 files changed, 1 insertions, 1 deletions
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. |