On 17/11/2004 @ 16:29 GMT, Ken Williams, [EMAIL PROTECTED], wrote: [...]
>Oh. =) In that case, removing based on the packlist is probably fairly >reasonable (using a package manager would still be preferable, but >admittedly almost nobody does that for installing perl modules). > >To see which files were installed as part of a certain module >installation, you can use the following one-liner: > >perl -MExtUtils::Installed -le 'print foreach >ExtUtils::Installed->new->files("Foo::Bar")' > >where Foo::Bar is the name of your module. Then you can remove all >those files with 'sudo rm -f'. Many thanks for that. Worked a like a charm. Regards, Phil.