Skip Menu |

This queue is for tickets about the Graph-Maker CPAN distribution.

Report information
The Basics
Id: 42598
Status: new
Priority: 0/
Queue: Graph-Maker

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

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: Undeclared dependency on perl 5.8.3 or Exporter
One of my cpantesterswatch scripts discovered that you have only tests failing with perl < 5.8.3. All due to modern use of the Exporter. If you do not want to get these fail reports you can add a 'use 5.008003' to your Makefile.PL. See http://wiki.cpantesters.org/wiki/CPANAuthorNotes Or you could declare the dependency on Exporter which is available from CPAN. Current version is 5.63. Or you could try to stick with old usage of Exporter but I doubt it's worth it. HTH, Regards,