Skip to content

Commit

Permalink
removed debug code, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
friedo committed Dec 2, 2011
1 parent b8bdc3b commit 419cb74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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.002
version = 0.003

[@Basic]
[AutoPrereqs]
Expand Down
4 changes: 0 additions & 4 deletions lib/Pod/Weaver/Section/Extends.pm
Expand Up @@ -30,12 +30,8 @@ sub weave_section {
$module =~ s{/}{::};
$module =~ s/\.pm//;

print "module = [$module]";

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

print "parents = " . Dumper \@parents;

return unless @parents;

my @pod = (
Expand Down

0 comments on commit 419cb74

Please sign in to comment.