summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2022-01-15 18:12:26 -0800
committerRuss Allbery <rra@cpan.org>2022-01-15 18:12:26 -0800
commit03098af3dc6b8da699d1372b09e4f3b77b632656 (patch)
tree3130f6b94def488f07ed7410f4b79a22b26d25df
parent9c3d2a30bd5f6601805cc4b6c64e0f486ab4ebd2 (diff)
Fix import error when running docknot release
-rw-r--r--Changes4
-rw-r--r--lib/App/DocKnot/Command.pm1
2 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index eebda3f..a5dbdee 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for DocKnot
+6.02 - Not Released
+
+ - Fix import error when running docknot release.
+
6.01 - 2022-01-15
- Add new docknot release command and corresponding App::DocKnot::Release
diff --git a/lib/App/DocKnot/Command.pm b/lib/App/DocKnot/Command.pm
index f032ab6..1ef0ab9 100644
--- a/lib/App/DocKnot/Command.pm
+++ b/lib/App/DocKnot/Command.pm
@@ -18,6 +18,7 @@ use warnings;
use App::DocKnot::Dist;
use App::DocKnot::Generate;
+use App::DocKnot::Release;
use App::DocKnot::Spin;
use App::DocKnot::Spin::RSS;
use App::DocKnot::Spin::Thread;