Skip Menu |

This queue is for tickets about the Text-Starfish CPAN distribution.

Report information
The Basics
Id: 114354
Status: resolved
Priority: 0/
Queue: Text-Starfish

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1.19
  • 1.20
  • 1.21
Fixed in:
  • 1.30
  • 1.31



Subject: Undeclared depdency CGI
See subject, and see http://analysis.cpantesters.org/solved?distv=Text-Starfish-1.19 Please note that CGI.pm is not anymore part of a default perl installation in newer perls (e.g. 5.22.x), so it should always be declared as a dependency, or if you don't depend on it strictly, then the test should be skipped if it's not available.
This has been resolved in the current version. CGI.pm is not required, but may be helpful with some functionality. The test script now checks if CGI.pm is available, and if not, one test is skipped. On Thu May 12 13:19:44 2016, SREZIC wrote: Show quoted text
> See subject, and see > http://analysis.cpantesters.org/solved?distv=Text-Starfish-1.19 > > Please note that CGI.pm is not anymore part of a default perl > installation in newer perls (e.g. 5.22.x), so it should always be > declared as a dependency, or if you don't depend on it strictly, then > the test should be skipped if it's not available.