Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
domm committed Apr 11, 2014
1 parent 5ae10d0 commit 54dd5f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,14 @@
# Changes for Module::ExtractUse
#-----------------------------------------------------------------

0.33 2014-04-11T21:04:52+0200
- added base() handling to no (Thomas Klausner)
- support 'no MODULE' etc (for RT-94305) (Kenichi Ishigaki)
- typo fix (David Steinbrunner)
- ignore __DATA|END__ sections (see https://rt.cpan.org/Ticket/Display.html?id=88969 ) (Kenichi Ishigaki)
- ignore use/require method calls (Kenichi Ishigaki)


0.32 2013-09-04T16:48:07+0200
- not to include cached results (Kenichi Ishigaki)
- Fix handling module beginning with v and pragma with version.
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/ExtractUse.pm
Expand Up @@ -8,7 +8,7 @@ use Pod::Strip;
use Parse::RecDescent 1.967009;
use Module::ExtractUse::Grammar;
use Carp;
use version; our $VERSION=version->new('0.32');
use version; our $VERSION=version->new('0.33');

# ABSTRACT: Find out what modules are used

Expand Down

0 comments on commit 54dd5f5

Please sign in to comment.