summaryrefslogtreecommitdiff
path: root/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm')
-rw-r--r--cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm b/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm
index 51cff6fe5e..407b770b61 100644
--- a/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm
+++ b/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm
@@ -14,11 +14,11 @@ TAP::Parser::SourceHandler - Base class for different TAP source handlers
=head1 VERSION
-Version 3.21
+Version 3.22
=cut
-$VERSION = '3.21';
+$VERSION = '3.22';
=head1 SYNOPSIS
@@ -110,7 +110,7 @@ the easiest sub-class to use an an example.
It's important to point out that if you want your subclass to be automatically
used by L<TAP::Parser> you'll have to and make sure it gets loaded somehow.
If you're using L<prove> you can write an L<App::Prove> plugin. If you're
-using L<TAP::Parser> or L<TAP::Harness> directly (eg. through a custom script,
+using L<TAP::Parser> or L<TAP::Harness> directly (e.g. through a custom script,
L<ExtUtils::MakeMaker>, or L<Module::Build>) you can use the C<config> option
which will cause L<TAP::Parser::IteratorFactory/load_sources> to load your
subclass).