Skip to content

Commit

Permalink
fix documentation to be more accurate regarding support and author ac…
Browse files Browse the repository at this point in the history
…tivity
  • Loading branch information
karenetheridge committed Feb 23, 2018
1 parent b8eb9c8 commit c394648
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 37 deletions.
27 changes: 6 additions & 21 deletions lib/Test/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1668,34 +1668,19 @@ Test::Unit implements it's own testing framework separate from L<Test::Harness>.
=back
=head1 SUPPORT
=head1 BUGS
None known at the time of writing.
If you find any bugs please let me know by e-mail at <adrianh@quietstars.com>, or report the problem with L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Class>.
=head1 COMMUNITY
=head2 perl-qa
If you are interested in testing using Perl I recommend you visit L<http://qa.perl.org/> and join the excellent perl-qa mailing list. See L<http://lists.perl.org/showlist.cgi?name=perl-qa> for details on how to subscribe.
=head2 perlmonks
You can find users of Test::Class, including the module author, on L<http://www.perlmonks.org/>. Feel free to ask questions on Test::Class there.
=head2 CPAN::Forum
The CPAN Forum is a web forum for discussing Perl's CPAN modules. The Test::Class forum can be found at L<http://www.cpanforum.com/dist/Test-Class>.
Bugs may be submitted through L<the RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Class>
(or L<bug-Test-Class@rt.cpan.org|mailto:bug-Test-Class@rt.cpan.org>).
There is also an irc channel available for users of this distribution, at
L<C<#perl-qa> on C<irc.perl.org>|irc://irc.perl.org/#perl-qa>.
=head1 TO DO
If you think this module should do something that it doesn't (or does something that it shouldn't) please let me know.
You can see my current to do list at L<http://adrianh.tadalist.com/lists/public/4798>, with an RSS feed of changes at L<http://adrianh.tadalist.com/lists/feed_public/4798>.
You can see an old to do list at L<http://adrianh.tadalist.com/lists/public/4798>, with an RSS feed of changes at L<http://adrianh.tadalist.com/lists/feed_public/4798>.
=head1 ACKNOWLEDGMENTS
Expand Down
12 changes: 8 additions & 4 deletions lib/Test/Class/Load.pm
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,17 @@ C<Test::Class::Load> is taint safe. Because we're reading the class names from
my ($package) = $_package =~ /^([[:word:]]+(?:::[[:word:]]+)*)$/;
=head1 AUTHOR
=head1 SUPPORT
Curtis "Ovid" Poe, C<< <ovid@cpan.org> >>
Bugs may be submitted through L<the RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Class>
(or L<bug-Test-Class@rt.cpan.org|mailto:bug-Test-Class@rt.cpan.org>).
=head1 BUGS
There is also an irc channel available for users of this distribution, at
L<C<#perl-qa> on C<irc.perl.org>|irc://irc.perl.org/#perl-qa>.
Please report any bugs or feature requests to C<bug-test-class-load@rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Class-Load>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
=head1 AUTHOR
Curtis "Ovid" Poe, C<< <ovid@cpan.org> >>
=head1 ACKNOWLEDGMENTS
Expand Down
12 changes: 0 additions & 12 deletions lib/Test/Class/MethodInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,6 @@ Holds info related to particular test methods. Not part of the public API and li
=back
=head1 BUGS
None known at the time of writing. Apart from the fact this seems a bit gnarly so I'm likely to tidy it up at some point.
If you find any please let me know by e-mail, or report the problem with L<http://rt.cpan.org/>.
=head1 TO DO
If you think this module should do something that it doesn't (or does something that it shouldn't) please let me know.
You can see my current to do list at L<http://adrianh.tadalist.com/lists/public/15423>, with an RSS feed of changes at L<http://adrianh.tadalist.com/lists/feed_public/15423>.
=head1 AUTHOR
Adrian Howard <adrianh@quietstars.com>
Expand Down

0 comments on commit c394648

Please sign in to comment.