Skip to content

Commit

Permalink
add to Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Feb 14, 2011
1 parent 67ba426 commit ab97503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -5,6 +5,8 @@ Revision history for perl module CPAN::Changes
- Attempt to squash warnings for undefined dates and add rudimentary
version sorting when dates are equal

- Add support for a "next version" token (Yanick Champoux)

0.04 2011-02-10

- Remove done_testing() from a test.
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Changes.pm
Expand Up @@ -309,7 +309,7 @@ be considered the latest release, regardless of its timestamp.
To continue with our example:
# recognizes {{$NEXT}} as a version
# recognizes {{$NEXT}} as a version
my $changes = CPAN::Changes->load(
'Changes',
next_token => qr/{{\$NEXT}}/,
Expand Down

0 comments on commit ab97503

Please sign in to comment.