Skip Menu |

This queue is for tickets about the Net-OnlineCode CPAN distribution.

Report information
The Basics
Id: 88913
Status: resolved
Priority: 0/
Queue: Net-OnlineCode

People
Owner: CENSORED [...] example.com
Requestors: CENSORED [...] example.com
Cc:
AdminCc:

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



Subject: Net::OnlineCode::GraphDecoder module fails on Perl version < 5.14
This is due to the code expecting implicit dereferences when using hash/array-refs. Fix is to make all implicit derefs explicit with @{...} and %{...}.