# New Ticket Created by Toby Inkster # Please include the string: [perl #120900] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=120900 > Exporter.t includes this line: tie my $t, __PACKAGE__; which Perl 5.6.x does not like. It should be replaced by: tie my($t), __PACKAGE__;Thread Previous | Thread Next