[Solved] Can't locate Moose.pm in @INC (@INC contains: Uniscan | UbuntuCafe

[Solved] Can't locate Moose.pm in @INC (@INC contains: Uniscan

Today I tried to run the Uniscan to scan my website in my Ubuntu 13.04 with perl ./uniscan.pl and got this msg:

Can’t locate Moose.pm in @INC (@INC contains: ./Uniscan /etc/perl
local/lib/site_perl .) at Uniscan/Crawler.pm line 3.
BEGIN failed--compilation aborted at Uniscan/Crawler.pm line 3.
Compilation failed in require at ./uniscan.pl line 25.
BEGIN failed--compilation aborted at ./uniscan.pl line 25.
Finally I figured out that the package libmoose-perl is missing.

So I installed libmoose and fixed the error.
sudo apt-get install libmoose-perl


Post a Comment