I am not experienced in Perl and working on Ubuntu.
I was working on Ubuntu 10.10. I installed the latest Catalyst version from the cat-install script and SQLite by sudo apt-get install sqlite
. After installing Catalyst I was able to run my server using Catalyst script but after installing SQLite when I try to run the server I get a compilation error in perl5/namespace/autoclean.pm
saying &namespace undefined subroutine
. But I never touched any code in there.
I am not looking to debug my problem as already my Ubuntu crashed last night. :( I just need to know the best practices for installing these packages and will be very thankful if one can specifically guide me how to install these packages.