in reply to Re: Re: Deleting .packlist files
in thread Deleting .packlist files

If knowing what .packlist files are for is not enough information I can't help you. How am I supposed to know if you can live without ExtUtils::Installed (I can't)?

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: Re: Re: Deleting .packlist files
by dub4u (Sexton) on Mar 22, 2004 at 14:15 UTC
    Uh, well, right. I have never explicitly used ExtUtils::Installed myself, I use CPAN.pm for managing libraries, but who knows, maybe CPAN relies somewhere on this module.

    I have just tried this:

    $ perl -d -MCPAN -e shell ... DB<1> for (keys %INC) {print "$INC{$_}\n" if /ExtUtils/} /usr/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm /usr/lib/perl5/5.6.1/ExtUtils/MM_Unix.pm DB<2>
    ...so maybe it would be OK for me. But in the end it's probably a matter of try and see if anything breaks.

    Thanks for your time anyway, PodMaster!