summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-12-23 21:57:43 -0800
committerRuss Allbery <rra@cpan.org>2021-12-23 21:57:43 -0800
commit74c5d402923e0d4085200a38cfddeea8af16f341 (patch)
tree3fa4aa45d6510ce64f6c9f0443c3f4a6779e2b4e /Changes
parent75c60cbc6a3c81f1991fac42966e13fa3cc77b51 (diff)
Move utility functions to new module
Move is_newer, print_checked, and print_fh into a new App::DocKnot::Util module to share them between the multiple modules that use them.
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 9d14a27..4de1bc4 100644
--- a/Changes
+++ b/Changes
@@ -12,6 +12,9 @@
master. The first of main or master that's found in the repository
will be used.
+ - Move some utility functions into a new App::DocKnot::Util module. This
+ is primarily intended for internal use by other App::DocKnot modules.
+
- Fix unintended localization of dates in RSS output, which are supposed
to be RFC 2822 dates and therefore always use English month and day of
week names. Thanks to Slaven Rezić for testing.