Skip to content

Commit d4dc9fa

Browse files
committed
Release 6.0.1
1 parent 760d11a commit d4dc9fa

File tree

9 files changed

+10
-9
lines changed

9 files changed

+10
-9
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
podlators v6.0.0
1+
podlators v6.0.1
22
(format POD source into various output formats)
33
Maintained by Russ Allbery <[email protected]>
44

THANKS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ undefined strings and numeric registers.
177177

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

182183
Brian Gottreu, for fixing excessively long lines across all of the Perl
183184
core documentation, including perlpodstyle.

docs/docknot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ format: v1
1515

1616
name: podlators
1717
maintainer: Russ Allbery <[email protected]>
18-
version: v6.0.0
18+
version: v6.0.1
1919
synopsis: format POD source into various output formats
2020

2121
license:

lib/Pod/Man.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Modules and declarations
1313
##############################################################################
1414

15-
package Pod::Man v6.0.0;
15+
package Pod::Man v6.0.1;
1616

1717
use 5.012;
1818
use parent qw(Pod::Simple);

lib/Pod/ParseLink.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Modules and declarations
1212
##############################################################################
1313

14-
package Pod::ParseLink v6.0.0;
14+
package Pod::ParseLink v6.0.1;
1515

1616
use 5.012;
1717
use warnings;

lib/Pod/Text.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Modules and declarations
1313
##############################################################################
1414

15-
package Pod::Text v6.0.0;
15+
package Pod::Text v6.0.1;
1616

1717
use 5.012;
1818
use parent qw(Pod::Simple);

lib/Pod/Text/Color.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Modules and declarations
1111
##############################################################################
1212

13-
package Pod::Text::Color v6.0.0;
13+
package Pod::Text::Color v6.0.1;
1414

1515
use 5.012;
1616
use parent qw(Pod::Text);

lib/Pod/Text/Overstrike.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Modules and declarations
1818
##############################################################################
1919

20-
package Pod::Text::Overstrike v6.0.0;
20+
package Pod::Text::Overstrike v6.0.1;
2121

2222
use 5.012;
2323
use parent qw(Pod::Text);

lib/Pod/Text/Termcap.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Modules and declarations
1111
##############################################################################
1212

13-
package Pod::Text::Termcap v6.0.0;
13+
package Pod::Text::Termcap v6.0.1;
1414

1515
use 5.012;
1616
use parent qw(Pod::Text);

0 commit comments

Comments
 (0)