Skip Menu |

This queue is for tickets about the Catalyst-View-SVGTTGraph CPAN distribution.

Report information
The Basics
Id: 66587
Status: new
Priority: 0/
Queue: Catalyst-View-SVGTTGraph

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 UNIVERSAL::require
Grepping for UNIVERSAL::require finds it in lib/Catalyst/View/SVGTTGraph.pm: 4-use warnings; 5-use base qw(Catalyst::View); 6:use UNIVERSAL::require; 7- 8- 176-use strict; 177-use base 'Class::Accessor::Fast'; 178:use UNIVERSAL::require; 179- 180-sub new { but not in any other file, like Makefile.PL or META.yml Please declare the prerequisite, it makes automated testing and installing easier. Thanks!