Skip Menu |

This queue is for tickets about the PerlIO-via-dynamic CPAN distribution.

Report information
The Basics
Id: 77495
Status: resolved
Priority: 0/
Queue: PerlIO-via-dynamic

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

Bug Information
Severity: Normal
Broken in: 0.13
Fixed in: 0.14



Subject: defined(@array) deprecated @ line 149 with 5.16
I'm surprised that this never surfaced earlier, defined(@array) is deprecated at /home/kent/perl5/perlbrew/perls/perl-5.15.0-rc2/lib/site_perl/5.16.0/PerlIO/via/dynamic.pm line 149. (Maybe you should just omit the defined()?) https://metacpan.org/source/CLKAO/PerlIO-via-dynamic-0.13/dynamic.pm#L149 if (defined @{*$fh}) { <---- Should probably just be if (@{*$fh}) { Thanks.
Same Problem here.
This was fixed in 0.14.