On Wed, Jul 7, 2010 at 3:29 PM, Brad Van Camp <platyp...@googlemail.com> wrote:
> Tried to cpan Padre::PerlTidy::Plugin, the build failed at the
> wxWidgets. The bad part is: it hosed my .42 Padre (apt-get install
> version, Ubuntu). The error is:
>
> DBD::SQLite::db do failed attempt to to write a readonly database at
> (eval 94) line 36.
>
> An apt-get uninstall / apt-get install padre doesn't fix it.
>
> Any way to get my vers. .42 back into my regular perl5 @INC????

I think I would find out where is Padre installed:

$ perldoc -l Padre

then remove the version from apt-get

$ sudo apt-get uninstall padre

and then

$ sudo mv both Padre.pm and the whole Padre/ directory to some other place

then I guess you can install it again using apt-get.


Personally when I using cpan I always use a private directory using local::lib
so I can easily wipe it out.

I hope the above helps

regards
   Gabor
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to