summaryrefslogtreecommitdiff
path: root/lib/App/DocKnot/Dist.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2022-01-11 20:45:16 -0800
committerRuss Allbery <rra@cpan.org>2022-01-11 20:45:16 -0800
commite7e6c9a95fb4cd68110ecd51a8ea2b5accc17e78 (patch)
tree509eb6dd650ff4664238dfc445abfb4b394b0a00 /lib/App/DocKnot/Dist.pm
parent66d9ae6a41b46481882c10474d92b8633a11e279 (diff)
Add docknot release command
Add new docknot release command and corresponding App::DocKnot::Release module to copy a tarball releaes (normally created by docknot dist) into a release area, update symlinks, archive any previous releases, and update the .versions file used by docknot spin. DocKnot now depends on Sort::Versions.
Diffstat (limited to 'lib/App/DocKnot/Dist.pm')
-rw-r--r--lib/App/DocKnot/Dist.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/App/DocKnot/Dist.pm b/lib/App/DocKnot/Dist.pm
index 50d3b9b..e78329d 100644
--- a/lib/App/DocKnot/Dist.pm
+++ b/lib/App/DocKnot/Dist.pm
@@ -262,9 +262,9 @@ sub _sign_tarballs {
# Create a new App::DocKnot::Dist object, which will be used for subsequent
# calls.
#
-# $args - Anonymous hash of arguments with the following keys:
+# $args_ref - Anonymous hash of arguments with the following keys:
# distdir - Path to the directory for distribution tarball
-# metadata - Path to the directory containing package metadata
+# metadata - Path to the package metadata
# perl - Path to Perl to use (default: search the user's PATH)
#
# Returns: Newly created object
@@ -520,7 +520,7 @@ Default: The binary named C<gpg> on the user's PATH.
=item metadata
-The path to the directory containing metadata for a package. Default:
+The path to the metadata for the package on which to operate. Default:
F<docs/docknot.yaml> relative to the current directory.
=item perl
@@ -598,7 +598,7 @@ Russ Allbery <rra@cpan.org>
=head1 COPYRIGHT AND LICENSE
-Copyright 2019-2021 Russ Allbery <rra@cpan.org>
+Copyright 2019-2022 Russ Allbery <rra@cpan.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal