kentnl / Devel-Isa-Explainer

Pretty Print Function Hierarchies of Classes
Other
1 stars 0 forks source link

Add a -I option to load modules from lib or elsewhere #13

Open book opened 7 years ago

book commented 7 years ago

While looking at a module under lib/Some/Module.pm, I was expecting the following to just DWIM:

isa-splain -Ilib Some::Module

but instead I got:

Unexpected argument -Ilib E<App::Isa::Splain#3>
kentfredric commented 7 years ago

Indeed, I have intended on this myself.

Though as a temporary work-around perl -Ilib -S isa-splain Some::Module should work