From c7e9e66ae14206f8b42015600839eb492410980d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 19 Jan 2022 20:45:46 -0800 Subject: Release 7.01 --- Changes | 2 +- README | 2 +- docs/docknot.yaml | 2 +- lib/App/DocKnot.pm | 2 +- lib/App/DocKnot/Command.pm | 2 +- lib/App/DocKnot/Config.pm | 2 +- lib/App/DocKnot/Dist.pm | 2 +- lib/App/DocKnot/Generate.pm | 2 +- lib/App/DocKnot/Release.pm | 2 +- lib/App/DocKnot/Spin.pm | 2 +- lib/App/DocKnot/Spin/Pointer.pm | 2 +- lib/App/DocKnot/Spin/RSS.pm | 2 +- lib/App/DocKnot/Spin/Sitemap.pm | 2 +- lib/App/DocKnot/Spin/Thread.pm | 2 +- lib/App/DocKnot/Spin/Versions.pm | 2 +- lib/App/DocKnot/Update.pm | 2 +- lib/App/DocKnot/Util.pm | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Changes b/Changes index fc67608..4bbb493 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for DocKnot -7.01 - Not Released +7.01 - 2022-01-19 - Correctly handle Unicode output from commands run by pointers and from POD processing by Pod::Thread. Previous versions since 6.01 were diff --git a/README b/README index 5fd6f4d..a006bff 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - DocKnot 7.00 + DocKnot 7.01 (Static web site and documentation generator) Maintained by Russ Allbery diff --git a/docs/docknot.yaml b/docs/docknot.yaml index 645bf28..3b35642 100644 --- a/docs/docknot.yaml +++ b/docs/docknot.yaml @@ -15,7 +15,7 @@ format: v1 name: DocKnot maintainer: Russ Allbery -version: '7.00' +version: '7.01' synopsis: Static web site and documentation generator license: diff --git a/lib/App/DocKnot.pm b/lib/App/DocKnot.pm index 947b9d2..d4c2449 100644 --- a/lib/App/DocKnot.pm +++ b/lib/App/DocKnot.pm @@ -11,7 +11,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot 7.00; +package App::DocKnot 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Command.pm b/lib/App/DocKnot/Command.pm index a0fa90c..3992081 100644 --- a/lib/App/DocKnot/Command.pm +++ b/lib/App/DocKnot/Command.pm @@ -10,7 +10,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Command 7.00; +package App::DocKnot::Command 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Config.pm b/lib/App/DocKnot/Config.pm index 597e6cb..05fff02 100644 --- a/lib/App/DocKnot/Config.pm +++ b/lib/App/DocKnot/Config.pm @@ -9,7 +9,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Config 7.00; +package App::DocKnot::Config 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Dist.pm b/lib/App/DocKnot/Dist.pm index 585d243..8cdf203 100644 --- a/lib/App/DocKnot/Dist.pm +++ b/lib/App/DocKnot/Dist.pm @@ -10,7 +10,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Dist 7.00; +package App::DocKnot::Dist 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Generate.pm b/lib/App/DocKnot/Generate.pm index 72eb686..c195622 100644 --- a/lib/App/DocKnot/Generate.pm +++ b/lib/App/DocKnot/Generate.pm @@ -10,7 +10,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Generate 7.00; +package App::DocKnot::Generate 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Release.pm b/lib/App/DocKnot/Release.pm index b118281..1634ddb 100644 --- a/lib/App/DocKnot/Release.pm +++ b/lib/App/DocKnot/Release.pm @@ -10,7 +10,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Release 7.00; +package App::DocKnot::Release 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Spin.pm b/lib/App/DocKnot/Spin.pm index f28c067..c461d61 100644 --- a/lib/App/DocKnot/Spin.pm +++ b/lib/App/DocKnot/Spin.pm @@ -11,7 +11,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Spin 7.00; +package App::DocKnot::Spin 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Spin/Pointer.pm b/lib/App/DocKnot/Spin/Pointer.pm index 160b11e..d074b41 100644 --- a/lib/App/DocKnot/Spin/Pointer.pm +++ b/lib/App/DocKnot/Spin/Pointer.pm @@ -10,7 +10,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Spin::Pointer 7.00; +package App::DocKnot::Spin::Pointer 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Spin/RSS.pm b/lib/App/DocKnot/Spin/RSS.pm index 2b0e0fc..dc2e5ff 100644 --- a/lib/App/DocKnot/Spin/RSS.pm +++ b/lib/App/DocKnot/Spin/RSS.pm @@ -9,7 +9,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Spin::RSS 7.00; +package App::DocKnot::Spin::RSS 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Spin/Sitemap.pm b/lib/App/DocKnot/Spin/Sitemap.pm index 884765c..8a39e8a 100644 --- a/lib/App/DocKnot/Spin/Sitemap.pm +++ b/lib/App/DocKnot/Spin/Sitemap.pm @@ -12,7 +12,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Spin::Sitemap 7.00; +package App::DocKnot::Spin::Sitemap 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Spin/Thread.pm b/lib/App/DocKnot/Spin/Thread.pm index 41d018f..089582b 100644 --- a/lib/App/DocKnot/Spin/Thread.pm +++ b/lib/App/DocKnot/Spin/Thread.pm @@ -9,7 +9,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Spin::Thread 7.00; +package App::DocKnot::Spin::Thread 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Spin/Versions.pm b/lib/App/DocKnot/Spin/Versions.pm index 2b6f759..05537dd 100644 --- a/lib/App/DocKnot/Spin/Versions.pm +++ b/lib/App/DocKnot/Spin/Versions.pm @@ -12,7 +12,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Spin::Versions 7.00; +package App::DocKnot::Spin::Versions 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Update.pm b/lib/App/DocKnot/Update.pm index 4b43fba..6157910 100644 --- a/lib/App/DocKnot/Update.pm +++ b/lib/App/DocKnot/Update.pm @@ -9,7 +9,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Update 7.00; +package App::DocKnot::Update 7.01; use 5.024; use autodie; diff --git a/lib/App/DocKnot/Util.pm b/lib/App/DocKnot/Util.pm index cffa4f5..f705ca7 100644 --- a/lib/App/DocKnot/Util.pm +++ b/lib/App/DocKnot/Util.pm @@ -9,7 +9,7 @@ # Modules and declarations ############################################################################## -package App::DocKnot::Util 7.00; +package App::DocKnot::Util 7.01; use 5.024; use autodie; -- cgit v1.2.3