Subject: | Declares a dependency on itself |
As per subject.
I find in the Makefile.PL in the PREREQ_PM section:
'Catalyst::Plugin::ErrorCatcher' => '0.0.7',
Sorry, on the CPAN every module can only be indexed with one version
number, so C:P:ErrorCatcher 0.0.7 is not reachable as soon as 0.0.8 is
uploaded. This means this dependency cannot be resolved unless one has
0.0.7 installed already. But new users are out of luck;)
Thanks!