Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-SuperForm CPAN distribution.

Report information
The Basics
Id: 97686
Status: open
Priority: 0/
Queue: CGI-Application-Plugin-SuperForm

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

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



Subject: Import of UNIVERSAL::can deprecated
https://rt.perl.org/Ticket/Display.html?id=122432 If you have not already done so, please see the test failure report discussed at the link above. In t/01_basic.t, simply changing line 27 to: use UNIVERSAL; ... should suffice. Thank you very much. Jim Keenan
On 2014-08-01 16:15:03, JKEENAN wrote: Show quoted text
> In t/01_basic.t, simply changing line 27 > to: > > use UNIVERSAL; > > ... should suffice.
UNIVERSAL is always loaded; this line should not be needed at all. Any package or blessed object can call ->can on itself safely.