summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-12-25 16:45:22 -0800
committerRuss Allbery <rra@cpan.org>2021-12-25 16:45:22 -0800
commite6684184ae636e1ed7fc941ee25992f32cf09307 (patch)
tree8a286308a9564a497eeba559527e542c7cab8fcb
parente106de4f9db6e577c550d58367c46de097d0546a (diff)
Release 6.00
-rw-r--r--LICENSE1
-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/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
16 files changed, 15 insertions, 16 deletions
diff --git a/LICENSE b/LICENSE
index 9849929..5aa6925 100644
--- a/LICENSE
+++ b/LICENSE
@@ -40,4 +40,3 @@ License: all-permissive
permitted in any medium without royalty provided the copyright notice and
this notice are preserved. This file is offered as-is, without any
warranty.
-
diff --git a/README b/README
index 2058879..cf25bbe 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- DocKnot 5.00
+ DocKnot 6.00
(Static web site and documentation generator)
Maintained by Russ Allbery <rra@cpan.org>
diff --git a/docs/docknot.yaml b/docs/docknot.yaml
index aa92b1c..abe65d6 100644
--- a/docs/docknot.yaml
+++ b/docs/docknot.yaml
@@ -15,7 +15,7 @@ format: v1
name: DocKnot
maintainer: Russ Allbery <rra@cpan.org>
-version: '5.00'
+version: '6.00'
synopsis: Static web site and documentation generator
license:
diff --git a/lib/App/DocKnot.pm b/lib/App/DocKnot.pm
index b92adae..721bb30 100644
--- a/lib/App/DocKnot.pm
+++ b/lib/App/DocKnot.pm
@@ -11,7 +11,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot 5.00;
+package App::DocKnot 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Command.pm b/lib/App/DocKnot/Command.pm
index 750bb64..7ef45e5 100644
--- a/lib/App/DocKnot/Command.pm
+++ b/lib/App/DocKnot/Command.pm
@@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Command 5.00;
+package App::DocKnot::Command 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Config.pm b/lib/App/DocKnot/Config.pm
index d8a7b27..2eebe32 100644
--- a/lib/App/DocKnot/Config.pm
+++ b/lib/App/DocKnot/Config.pm
@@ -9,7 +9,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Config 5.00;
+package App::DocKnot::Config 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Dist.pm b/lib/App/DocKnot/Dist.pm
index f9f7a89..50d3b9b 100644
--- a/lib/App/DocKnot/Dist.pm
+++ b/lib/App/DocKnot/Dist.pm
@@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Dist 5.00;
+package App::DocKnot::Dist 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Generate.pm b/lib/App/DocKnot/Generate.pm
index 9d5a8e0..8caa7a8 100644
--- a/lib/App/DocKnot/Generate.pm
+++ b/lib/App/DocKnot/Generate.pm
@@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Generate 5.00;
+package App::DocKnot::Generate 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Spin.pm b/lib/App/DocKnot/Spin.pm
index 80da8b8..73666e0 100644
--- a/lib/App/DocKnot/Spin.pm
+++ b/lib/App/DocKnot/Spin.pm
@@ -11,7 +11,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Spin 5.00;
+package App::DocKnot::Spin 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Spin/Pointer.pm b/lib/App/DocKnot/Spin/Pointer.pm
index 6cfa0a5..05aa9ac 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 5.00;
+package App::DocKnot::Spin::Pointer 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Spin/RSS.pm b/lib/App/DocKnot/Spin/RSS.pm
index a2d2c4d..2a7460a 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 5.00;
+package App::DocKnot::Spin::RSS 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Spin/Sitemap.pm b/lib/App/DocKnot/Spin/Sitemap.pm
index 46e9e0f..22fbdd5 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 5.00;
+package App::DocKnot::Spin::Sitemap 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Spin/Thread.pm b/lib/App/DocKnot/Spin/Thread.pm
index cc8aea6..bf58dc0 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 5.00;
+package App::DocKnot::Spin::Thread 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Spin/Versions.pm b/lib/App/DocKnot/Spin/Versions.pm
index 9aa07f2..679b368 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 5.00;
+package App::DocKnot::Spin::Versions 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Update.pm b/lib/App/DocKnot/Update.pm
index 7cb2c1d..5c6a999 100644
--- a/lib/App/DocKnot/Update.pm
+++ b/lib/App/DocKnot/Update.pm
@@ -9,7 +9,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Update 5.00;
+package App::DocKnot::Update 6.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Util.pm b/lib/App/DocKnot/Util.pm
index 72302b0..203d3d3 100644
--- a/lib/App/DocKnot/Util.pm
+++ b/lib/App/DocKnot/Util.pm
@@ -9,7 +9,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Util 5.00;
+package App::DocKnot::Util 6.00;
use 5.024;
use autodie;