1TIDY_CHANGELOG(1)     User Contributed Perl Documentation    TIDY_CHANGELOG(1)
2
3
4

NAME

6       tidy_changelog - command-line tool for CPAN::Changes
7

SYNOPSIS

9           $ tidy_changelog Changelog
10

DESCRIPTION

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

ARGUMENTS

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
35
36perl v5.16.3                      2013-05-02                 TIDY_CHANGELOG(1)
Impressum