Subject: | Failed on building module. |
When building this module, it'll fail with the following message:
Could not open 'lib/MojoX/Session/Store/Memcahed.pm': No such file or
dir at /usr/share/perl/5.10/ExtUtils/MM_Unix.pm line 2638.
dh_auto_configure: perl returned exit code 2
make: *** [build] Error 1
This is caused by a typo in ./Makefile.PL
In the line
(ABSTRACT_FROM => 'lib/MojoX/Session/Store/Memcahed.pm', # retrieve
abstract from module
where Memcahed.pm should be Memcached.pm
Hope the bug report helps and this bug can be fixed soon.
Best wishes,
BlueT.