diff options
Diffstat (limited to 'cpan/Test-Simple/lib/Test/use/ok.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test/use/ok.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpan/Test-Simple/lib/Test/use/ok.pm b/cpan/Test-Simple/lib/Test/use/ok.pm index dabdd13777..c9e19ed720 100644 --- a/cpan/Test-Simple/lib/Test/use/ok.pm +++ b/cpan/Test-Simple/lib/Test/use/ok.pm @@ -3,7 +3,7 @@ use strict; use warnings; use 5.005; -our $VERSION = '1.301001_097'; +our $VERSION = '1.301001_098'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; @@ -11,7 +11,9 @@ use Test::Stream 1.301001 '-internal'; 1; __END__ -=encoding utf8 +=pod + +=encoding UTF-8 =head1 NAME @@ -49,8 +51,6 @@ makes it clear that this is a single compile-time action. L<Test::More> -=encoding utf8 - =head1 SOURCE The source code repository for Test::More can be found at |