summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-12-25 11:34:35 -0800
committerRuss Allbery <rra@cpan.org>2020-12-25 11:34:35 -0800
commitb04fa2c8235d3f36781ecf3f1e382015cc7e58b6 (patch)
treea85fb98756fb78ccc3416c78556a6a5387edcb6a
parent0647d9a0e6f2d8405bef658c919979b91fac9932 (diff)
Release 4.00
-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/Update.pm2
9 files changed, 9 insertions, 9 deletions
diff --git a/Changes b/Changes
index 691ad68..f716898 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
User-Visible DocKnot Changes
-DocKnot 4.00 (unreleased)
+DocKnot 4.00 (2020-12-25)
Change the metadata format to a single YAML file, with a slightly
different internal representation, whose default location is
diff --git a/README b/README
index 1875f24..eb82cdc 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- DocKnot 3.05
+ DocKnot 4.00
(Package documentation generator)
Maintained by Russ Allbery <rra@cpan.org>
diff --git a/docs/docknot.yaml b/docs/docknot.yaml
index 6e756d8..b28bd55 100644
--- a/docs/docknot.yaml
+++ b/docs/docknot.yaml
@@ -15,7 +15,7 @@ format: v1
name: DocKnot
maintainer: Russ Allbery <rra@cpan.org>
-version: '3.05'
+version: '4.00'
synopsis: Package documentation generator
license:
diff --git a/lib/App/DocKnot.pm b/lib/App/DocKnot.pm
index 5ab7919..3fba7f6 100644
--- a/lib/App/DocKnot.pm
+++ b/lib/App/DocKnot.pm
@@ -11,7 +11,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot 3.05;
+package App::DocKnot 4.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Command.pm b/lib/App/DocKnot/Command.pm
index ac05c0f..db5ac96 100644
--- a/lib/App/DocKnot/Command.pm
+++ b/lib/App/DocKnot/Command.pm
@@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Command 3.05;
+package App::DocKnot::Command 4.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Config.pm b/lib/App/DocKnot/Config.pm
index e90ba54..74b2148 100644
--- a/lib/App/DocKnot/Config.pm
+++ b/lib/App/DocKnot/Config.pm
@@ -9,7 +9,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Config 3.05;
+package App::DocKnot::Config 4.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Dist.pm b/lib/App/DocKnot/Dist.pm
index 0dd5e53..965d217 100644
--- a/lib/App/DocKnot/Dist.pm
+++ b/lib/App/DocKnot/Dist.pm
@@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Dist 3.05;
+package App::DocKnot::Dist 4.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Generate.pm b/lib/App/DocKnot/Generate.pm
index df674df..cc55b12 100644
--- a/lib/App/DocKnot/Generate.pm
+++ b/lib/App/DocKnot/Generate.pm
@@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Generate 3.05;
+package App::DocKnot::Generate 4.00;
use 5.024;
use autodie;
diff --git a/lib/App/DocKnot/Update.pm b/lib/App/DocKnot/Update.pm
index 7c7895c..b76accc 100644
--- a/lib/App/DocKnot/Update.pm
+++ b/lib/App/DocKnot/Update.pm
@@ -9,7 +9,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Update 3.05;
+package App::DocKnot::Update 4.00;
use 5.024;
use autodie;