davehouston / ClassMopper

A Pod::Weaver plugin using Class::MOP for naval gazing
5 stars 4 forks source link

ClassMopper can't locate module if not installed (e.g. dzil build) #6

Closed xenoterracide closed 13 years ago

xenoterracide commented 13 years ago

I'm not entirely sure this is the fault of ClassMopper, however the rest of podweaver is working... I'm reproducing this with a dzil test, I'm noticing that the dzil build path isn't listed.

Can't locate Business/CyberSource/Request/Authorization.pm in @INC (@INC contains: /home/ccushing/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/i686-linux /home/ccushing/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1 /home/ccushing/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/i686-linux /home/ccushing/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1 .). at /home/ccushing/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/i686-linux/Class/MOP.pm line 135

You can check out my repo here: https://github.com/xenoterracide/Business-CyberSource/tree/3e72cc74444e2c933fb4e79add271af36bea70c5

xenoterracide commented 13 years ago

dzil plugin [Bootstrap::lib] might be a solution to this... if it's the best/only one maybe it could be added to the docs.