diff --git a/Changes b/Changes index 999f902..06f204f 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/README b/README index ca9dbe5..5e67f19 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - podlators v6.0.1 + podlators v6.0.2 (format POD source into various output formats) Maintained by Russ Allbery diff --git a/docs/docknot.yaml b/docs/docknot.yaml index 0e964ec..6df3dfe 100644 --- a/docs/docknot.yaml +++ b/docs/docknot.yaml @@ -15,7 +15,7 @@ format: v1 name: podlators maintainer: Russ Allbery -version: v6.0.1 +version: v6.0.2 synopsis: format POD source into various output formats license: diff --git a/lib/Pod/Man.pm b/lib/Pod/Man.pm index 0a97fd1..bfa2f74 100644 --- a/lib/Pod/Man.pm +++ b/lib/Pod/Man.pm @@ -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); diff --git a/lib/Pod/ParseLink.pm b/lib/Pod/ParseLink.pm index ab8e704..7b0fda3 100644 --- a/lib/Pod/ParseLink.pm +++ b/lib/Pod/ParseLink.pm @@ -11,7 +11,7 @@ # Modules and declarations ############################################################################## -package Pod::ParseLink v6.0.1; +package Pod::ParseLink v6.0.2; use 5.012; use warnings; diff --git a/lib/Pod/Text.pm b/lib/Pod/Text.pm index 2c9d259..e89b01d 100644 --- a/lib/Pod/Text.pm +++ b/lib/Pod/Text.pm @@ -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); diff --git a/lib/Pod/Text/Color.pm b/lib/Pod/Text/Color.pm index c5129be..5212763 100644 --- a/lib/Pod/Text/Color.pm +++ b/lib/Pod/Text/Color.pm @@ -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); diff --git a/lib/Pod/Text/Overstrike.pm b/lib/Pod/Text/Overstrike.pm index ac52160..8982c42 100644 --- a/lib/Pod/Text/Overstrike.pm +++ b/lib/Pod/Text/Overstrike.pm @@ -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); diff --git a/lib/Pod/Text/Termcap.pm b/lib/Pod/Text/Termcap.pm index 379b13a..b628d7a 100644 --- a/lib/Pod/Text/Termcap.pm +++ b/lib/Pod/Text/Termcap.pm @@ -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);