develooper Front page | perl.perl5.porters | Postings from December 2013

[perl #120900] Dual-life Exporter fails on Perl 5.6.2

Thread Previous | Thread Next
From:
Toby Inkster
Date:
December 30, 2013 22:12
Subject:
[perl #120900] Dual-life Exporter fails on Perl 5.6.2
Message ID:
rt-4.0.18-21839-1388396138-914.120900-75-0@perl.org
# 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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About