Subject: | missing dependency |
After installing Catalyst::Devel I ran
perl catalyst.pl My::Something
(yes, I am reading the book :)
After that I used prove -l t/* and it said that
Test::Pod::Coverage 1.04
is missing.
___
OS: Windows 7 Ultimate 64
perl: strawberry-perl This is perl 5, version 12, subversion 0 (v5.12.0)
built for MSWin32-x86-multi-thread
I had perl freshly installed and the only thing I did with it was
cpan install local::lib
cpan install Catalyst::Devel