summaryrefslogtreecommitdiff
path: root/lib/App/DocKnot/Command.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2022-01-17 12:54:35 -0800
committerRuss Allbery <rra@cpan.org>2022-01-17 12:54:35 -0800
commite5d6ff936b62c8510017f3e990355bb1e88a7715 (patch)
tree9ed3f69319a2bcb9c2c9a4bf240962355ac0f47f /lib/App/DocKnot/Command.pm
parentac0473312239908fb5c6216ae5c4545d8be340de (diff)
parent6842a49e21226e605c955676007973a209eef449 (diff)
Update upstream source from tag 'upstream/7.00'
Update to upstream version '7.00' with Debian dir 65ef6b15bc2d3870657687e64cd6dfb4b6d31c37
Diffstat (limited to 'lib/App/DocKnot/Command.pm')
-rw-r--r--lib/App/DocKnot/Command.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/App/DocKnot/Command.pm b/lib/App/DocKnot/Command.pm
index f032ab6..a0fa90c 100644
--- a/lib/App/DocKnot/Command.pm
+++ b/lib/App/DocKnot/Command.pm
@@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Command 6.01;
+package App::DocKnot::Command 7.00;
use 5.024;
use autodie;
@@ -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;