Subject: | Module depends on itself |
Trying to build the module with CPAN.pm fails:
...
Recursive dependency detected:
Fake::Our (have: N/A; want: 0.07)
=> INA/Fake/Our/Fake-Our-0.07.tar.gz
=> Fake::Our (have: N/A; requires: 0).
Cannot resolve.
INA/Fake/Our/Fake-Our-0.07.tar.gz
[depend] -- NOT OK
...
It seems that the dependency on itself (the PREREQ_PM entry in Makefile.PL) should be remove.