Skip to content

Commit

Permalink
bug fix, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
friedo committed Dec 3, 2011
1 parent 205189a commit 8cda0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Mike Friedman
copyright_year = 2011

version = 0.004
version = 0.005

[@Basic]
[AutoPrereqs]
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Weaver/Section/Extends.pm
Expand Up @@ -27,7 +27,7 @@ sub weave_section {

my $module = $file;
$module =~ s{^lib/}{}; # assume modules live under lib
$module =~ s{/}{::};
$module =~ s{/}{::}g;
$module =~ s/\.pm//;

my @parents = $self->_get_parents( $module );
Expand Down

0 comments on commit 8cda0bf

Please sign in to comment.