summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test/Tester.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Simple/lib/Test/Tester.pm')
-rw-r--r--cpan/Test-Simple/lib/Test/Tester.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpan/Test-Simple/lib/Test/Tester.pm b/cpan/Test-Simple/lib/Test/Tester.pm
index 22a8c96c02..5ac4b58796 100644
--- a/cpan/Test-Simple/lib/Test/Tester.pm
+++ b/cpan/Test-Simple/lib/Test/Tester.pm
@@ -16,7 +16,7 @@ require Exporter;
use vars qw( @ISA @EXPORT $VERSION );
-our $VERSION = '1.301001_097';
+our $VERSION = '1.301001_098';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
@EXPORT = qw( run_tests check_tests check_test cmp_results show_space );
@@ -320,6 +320,10 @@ sub _export_to_level {
__END__
+=pod
+
+=encoding UTF-8
+
=head1 NAME
Test::Tester - *DEPRECATED* Ease testing test modules built with Test::Builder
@@ -669,8 +673,6 @@ captures the strings output by Test::Builder. This means you cannot get
separate access to the individual pieces of information and you must predict
B<exactly> what your test will output.
-=encoding utf8
-
=head1 SOURCE
The source code repository for Test::More can be found at