summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2022-01-19 20:45:46 -0800
committerRuss Allbery <rra@cpan.org>2022-01-19 20:45:46 -0800
commitc7e9e66ae14206f8b42015600839eb492410980d (patch)
treec70b491ecade9abef109b1e5b63c145df43e2466
parent4b4ffc9842c7f131d740e1e394d66c472072c78d (diff)
Release 7.01
-rw-r--r--Changes2
-rw-r--r--README2
-rw-r--r--docs/docknot.yaml2
-rw-r--r--lib/App/DocKnot.pm2
-rw-r--r--lib/App/DocKnot/Command.pm2
-rw-r--r--lib/App/DocKnot/Config.pm2
-rw-r--r--lib/App/DocKnot/Dist.pm2
-rw-r--r--lib/App/DocKnot/Generate.pm2
-rw-r--r--lib/App/DocKnot/Release.pm2
-rw-r--r--lib/App/DocKnot/Spin.pm2
-rw-r--r--lib/App/DocKnot/Spin/Pointer.pm2
-rw-r--r--lib/App/DocKnot/Spin/RSS.pm2
-rw-r--r--lib/App/DocKnot/Spin/Sitemap.pm2
-rw-r--r--lib/App/DocKnot/Spin/Thread.pm2
-rw-r--r--lib/App/DocKnot/Spin/Versions.pm2
-rw-r--r--lib/App/DocKnot/Update.pm2
-rw-r--r--lib/App/DocKnot/Util.pm2
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 <rra@cpan.org>
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 <rra@cpan.org>
-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;