--- trunk/lib/Frey/PPI.pm 2008/12/10 19:34:06 797 +++ trunk/lib/Frey/PPI.pm 2009/01/06 14:50:30 943 @@ -69,7 +69,8 @@ return unless $el->isa('PPI::Statement::Include'); warn "## include ",dump( $el->module, $el->type, $el->pragma ) if $self->debug; - push @{ $include->{ $el->type } }, $el->module + push @{ $include->{ $el->type } }, $el->module + unless $el->module eq 'lib'; # skip use lib 'lib'; }); warn "# ", $self->class, " include ", dump( $include ) if $self->debug; return $include;