1TIDY_CHANGELOG(1) User Contributed Perl Documentation TIDY_CHANGELOG(1)
2
3
4
6 tidy_changelog - command-line tool for CPAN::Changes
7
9 $ tidy_changelog Changelog
10
12 Takes a changelog file, parse it using CPAN::Changes and prints out the
13 resulting output. If a file is not given, the program will see if
14 there is one file in the current directory beginning by 'change' (case-
15 insensitive) and, if so, assume it to be the changelog.
16
18 --next
19 If provided, assumes that there is a placeholder header for an upcoming
20 next release. The placeholder token is given via --token.
21
22 --token
23 Regular expression to use to detect the token for an upcoming release
24 if --next is used. If not explicitly given, defaults to
25 "\{\{\$NEXT\}\}".
26
27 --headers
28 If given, only print out the release header lines, without any of the
29 changes.
30
31 --reverse
32 Prints the releases in reverse order (from the oldest to latest).
33
34 --check
35 Only check if the changelog is formatted properly using the
36 changes_file_ok function of Test::CPAN::Changes.
37
38 --help
39 This help
40
41
42
43perl v5.30.1 2020-01-29 TIDY_CHANGELOG(1)