Skip to content

Commit

Permalink
Release v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rra committed Jul 14, 2024
1 parent af5a367 commit 87dd36c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for podlators

v6.0.2 - Not Released
v6.0.2 - 2024-07-14

- Fix removal of scripts/pod2man and scripts/pod2text by make realclean,
broken in the v6.0.0 release. Thanks to James E Keenan for the report.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
podlators v6.0.1
podlators v6.0.2
(format POD source into various output formats)
Maintained by Russ Allbery <rra@cpan.org>

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 <rra@cpan.org>
version: v6.0.1
version: v6.0.2
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.1;
package Pod::Man v6.0.2;

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.1;
package Pod::ParseLink v6.0.2;

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.1;
package Pod::Text v6.0.2;

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.1;
package Pod::Text::Color v6.0.2;

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.1;
package Pod::Text::Overstrike v6.0.2;

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.1;
package Pod::Text::Termcap v6.0.2;

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

0 comments on commit 87dd36c

Please sign in to comment.