Skip to content

Commit

Permalink
Fix outdated links, improve Pod, remove RT
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 28, 2024
1 parent 1421531 commit 851bab2
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 55 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl extension WWW-PGXN.

0.14.0
- Tweaked the Pod for the submodule (Distribution, User, Tag, etc.).
- Fixed outdated GitHub links and removed the rt.cpan.org bug reporting
address.

0.13.0 2024-02-17T22:23:29Z
- Added CI tests for Perls 5.10 - 5.38 on Linux, macOS, and Windows.
- Fixed test failures caused by line endings on Windows (probably only
Expand Down
4 changes: 2 additions & 2 deletions lib/WWW/PGXN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,9 @@ distributions to it.
=head1 Support
This module is stored in a public
L<GitHub repository|https://github.com/theory/www-pgxn/>. Feel free to fork
L<GitHub repository|https://github.com/pgxn/www-pgxn/>. Feel free to fork
and contribute! Please file bug reports via
L<GitHub Issues|https://github.com/theory/www-pgxn/issues/>
L<GitHub Issues|https://github.com/pgxn/www-pgxn/issues/>
=head1 Author
Expand Down
24 changes: 11 additions & 13 deletions lib/WWW/PGXN/Distribution.pm
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,10 @@ WWW::PGXN::Distribution - Distribution metadata fetched from PGXN
=head1 Description
This module represents PGXN distribution metadata fetched from PGXN>. It is
not intended to be constructed directly, but via the
L<WWW::PGXN/get_distribution> method of L<WWW::PGXN>.
This module represents PGXN distribution metadata fetched from
L<PGXN|https://pgxn.org>. It is not intended to be constructed directly, but
via L<WWW::PGXN/get_distribution>.
=head1 Interface
Expand Down Expand Up @@ -344,9 +345,9 @@ C<body_for_html_doc()>.
my $no_index = $distribution->no_index;
Returns a hash reference describing files and directories that should not be
indexed by search engines or the PGXN infrastructure. The L<PGXN Meta
spec|https://pgxn.org/meta/spec.html#no_index> specifies that the structure of
this hash contain only these keys:
indexed by search engines or the PGXN infrastructure. The
L<PGXN Meta spec|https://pgxn.org/meta/spec.html#no_index> specifies that the
structure of this hash contain only these keys:
=over
Expand Down Expand Up @@ -730,13 +731,10 @@ The main class to communicate with a PGXN mirror or API server.
=head1 Support
This module is stored in an open L<GitHub
repository|https://github.com/theory/www-pgxn/>. Feel free to fork and
contribute!
Please file bug reports via L<GitHub
Issues|https://github.com/theory/www-pgxn/issues/> or by sending mail to
L<[email protected]|mailto:[email protected]>.
This module is stored in a public
L<GitHub repository|https://github.com/pgxn/www-pgxn/>.
Feel free to fork and contribute! Please file bug reports via
L<GitHub Issues|https://github.com/pgxn/www-pgxn/issues/>.
=head1 Author
Expand Down
17 changes: 7 additions & 10 deletions lib/WWW/PGXN/Extension.pm
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ WWW::PGXN::Extension - Extension metadata fetched from PGXN
=head1 Description
This module represents PGXN extension metadata fetched from PGXN>. It is not
intended to be constructed directly, but via the L<WWW::PGXN/get_extension>
method of L<WWW::PGXN>.
This module represents PGXN extension metadata fetched from
L<PGXN|https://pgxn.org>. It is not intended to be constructed directly, but
via L<WWW::PGXN/get_extension>.
=head1 Interface
Expand Down Expand Up @@ -320,13 +320,10 @@ The main class to communicate with a PGXN mirror or API server.
=head1 Support
This module is stored in an open L<GitHub
repository|https://github.com/theory/www-pgxn/>. Feel free to fork and
contribute!
Please file bug reports via L<GitHub
Issues|https://github.com/theory/www-pgxn/issues/> or by sending mail to
L<[email protected]|mailto:[email protected]>.
This module is stored in a public
L<GitHub repository|https://github.com/pgxn/www-pgxn/>.
Feel free to fork and contribute! Please file bug reports via
L<GitHub Issues|https://github.com/pgxn/www-pgxn/issues/>.
=head1 Author
Expand Down
17 changes: 7 additions & 10 deletions lib/WWW/PGXN/Mirror.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ WWW::PGXN::Mirror - Mirror metadata fetched from PGXN
=head1 Description
This module represents PGXN mirror metadata fetched from PGXN>. It is not
intended to be constructed directly, but via the L<WWW::PGXN/mirrors> method
of L<WWW::PGXN>.
This module represents PGXN mirror metadata fetched from
L<PGXN|https://pgxn.org>. It is not intended to be constructed directly, but
via L<WWW::PGXN/mirrors>.
=head1 Interface
Expand Down Expand Up @@ -152,13 +152,10 @@ The main class to communicate with a PGXN mirror or API server.
=head1 Support
This module is stored in an open L<GitHub
repository|https://github.com/theory/www-pgxn/>. Feel free to fork and
contribute!
Please file bug reports via L<GitHub
Issues|https://github.com/theory/www-pgxn/issues/> or by sending mail to
L<[email protected]|mailto:[email protected]>.
This module is stored in a public
L<GitHub repository|https://github.com/pgxn/www-pgxn/>.
Feel free to fork and contribute! Please file bug reports via
L<GitHub Issues|https://github.com/pgxn/www-pgxn/issues/>.
=head1 Author
Expand Down
16 changes: 6 additions & 10 deletions lib/WWW/PGXN/Tag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ WWW::PGXN::Tag - Tag metadata fetched from PGXN
=head1 Description
This module represents PGXN tag metadata fetched from PGXN>. It is not
intended to be constructed directly, but via the L<WWW::PGXN/get_tag> method
of L<WWW::PGXN>.
This module represents PGXN tag metadata fetched from L<PGXN|https://pgxn.org>.
It is not intended to be constructed directly, but via L<WWW::PGXN/get_tag>.
=head1 Interface
Expand Down Expand Up @@ -117,13 +116,10 @@ The main class to communicate with a PGXN mirror or API server.
=head1 Support
This module is stored in an open L<GitHub
repository|https://github.com/theory/www-pgxn/>. Feel free to fork and
contribute!
Please file bug reports via L<GitHub
Issues|https://github.com/theory/www-pgxn/issues/> or by sending mail to
L<[email protected]|mailto:[email protected]>.
This module is stored in a public
L<GitHub repository|https://github.com/pgxn/www-pgxn/>.
Feel free to fork and contribute! Please file bug reports via
L<GitHub Issues|https://github.com/pgxn/www-pgxn/issues/>.
=head1 Author
Expand Down
17 changes: 7 additions & 10 deletions lib/WWW/PGXN/User.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ WWW::PGXN::User - User metadata fetched from PGXN
=head1 Description
This module represents PGXN user metadata fetched from PGXN>. It is not
intended to be constructed directly, but via the L<WWW::PGXN/get_user> method
of L<WWW::PGXN>.
This module represents PGXN user metadata fetched from
L<PGXN|https://pgxn.org>. It is not intended to be constructed directly, but
via L<WWW::PGXN/get_user>.
=head1 Interface
Expand Down Expand Up @@ -158,13 +158,10 @@ The main class to communicate with a PGXN mirror or API server.
=head1 Support
This module is stored in an open L<GitHub
repository|https://github.com/theory/www-pgxn/>. Feel free to fork and
contribute!
Please file bug reports via L<GitHub
Issues|https://github.com/theory/www-pgxn/issues/> or by sending mail to
L<[email protected]|mailto:[email protected]>.
This module is stored in a public
L<GitHub repository|https://github.com/pgxn/www-pgxn/>.
Feel free to fork and contribute! Please file bug reports via
L<GitHub Issues|https://github.com/pgxn/www-pgxn/issues/>.
=head1 Author
Expand Down

0 comments on commit 851bab2

Please sign in to comment.