Skip to content

Commit

Permalink
book-keeping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jul 14, 2021
1 parent dedcf40 commit 2510036
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
3.09 2021-07-14

- No functional changes. Internal improvements for handling bzipped archives,
and less picky (and hence more correct) testing of the bundled scripts'
rendered help output.

3.08 2021-07-08

- Work around another bug in perl on Windows
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/FindDependencies.pm
Expand Up @@ -22,7 +22,7 @@ require Exporter;
@ISA = qw(Exporter);
@EXPORT_OK = qw(finddeps);

$VERSION = '3.08';
$VERSION = '3.09';

use constant MAXINT => ~0;

Expand Down

0 comments on commit 2510036

Please sign in to comment.