![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: Re: Re: A Guide to Installing Modulesby PodMaster (Abbot) |
on Nov 08, 2002 at 11:54 UTC ( #211415=note: print w/replies, xml ) | Need Help?? |
If the module was installed in a normal fashion (perl Makefile.PL ...), it should've left a .packlist file.
Then you just use ExtUtils::Installed (you could use File::Find, but why go through the trouble when somebody already done it) update: Hmm, works just fine for me on various perls/systems, what exactly did you try, and what version of ExtUtils::Packlist/ExtUtils::Installed do you have? How did you install Image::Magick? I have used CPAN to install modules and tested this, and it all works out as expected. I suspect one of the ExtUtils modules you're using is messed up. Seeing how you're still getting a file list, a workaround is easy (use File::Find to locate those files in @INC and acquire absolute paths).
____________________________________________________
In Section
Tutorials
|
|