Skip to content

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rra committed Jul 13, 2024
1 parent 760d11a commit d4dc9fa
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
podlators v6.0.0
podlators v6.0.1
(format POD source into various output formats)
Maintained by Russ Allbery <[email protected]>

Expand Down
3 changes: 2 additions & 1 deletion THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ undefined strings and numeric registers.

James E. Keenan, for reporting an issue with formatting L<> links
containing only URLs when the URL receives some formatting (such as
escaping of hyphens) and for analysis of other bugs.
escaping of hyphens), for analysis of other bugs, and for analysis and an
initial fix for build problems with autodie inside Perl core.

Brian Gottreu, for fixing excessively long lines across all of the Perl
core documentation, including perlpodstyle.
Expand Down
2 changes: 1 addition & 1 deletion docs/docknot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ format: v1

name: podlators
maintainer: Russ Allbery <[email protected]>
version: v6.0.0
version: v6.0.1
synopsis: format POD source into various output formats

license:
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Man.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Modules and declarations
##############################################################################

package Pod::Man v6.0.0;
package Pod::Man v6.0.1;

use 5.012;
use parent qw(Pod::Simple);
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/ParseLink.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Modules and declarations
##############################################################################

package Pod::ParseLink v6.0.0;
package Pod::ParseLink v6.0.1;

use 5.012;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Text.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Modules and declarations
##############################################################################

package Pod::Text v6.0.0;
package Pod::Text v6.0.1;

use 5.012;
use parent qw(Pod::Simple);
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Text/Color.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################

package Pod::Text::Color v6.0.0;
package Pod::Text::Color v6.0.1;

use 5.012;
use parent qw(Pod::Text);
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Text/Overstrike.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Modules and declarations
##############################################################################

package Pod::Text::Overstrike v6.0.0;
package Pod::Text::Overstrike v6.0.1;

use 5.012;
use parent qw(Pod::Text);
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Text/Termcap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################

package Pod::Text::Termcap v6.0.0;
package Pod::Text::Termcap v6.0.1;

use 5.012;
use parent qw(Pod::Text);
Expand Down

0 comments on commit d4dc9fa

Please sign in to comment.