http://www.perlmonks.org?node_id=533857


in reply to Re^3: howto uninstall a package/module
in thread howto uninstall a package/module

I used h2xs -AX ABC::Test
Than I installed it like:
perl MakeFile.PL make make install
Now if I type: make uninstall I get the following message:
Uninstall is unsafe and deprecated, the uninstallation was not perform +ed. We will show what would have been done. no packlist file found: at /usr/lib/perl5/5.8.7/ExtUtils/Install.pm l +ine 318. make: *** [uninstall_from_sitedirs] Error 2

Any suggestions ?

Luca