Subject: | version.pm fails on Perl 5.8.8 |
Date: | Fri, 1 Apr 2016 15:58:56 +0200 |
To: | bug-version [...] rt.cpan.org |
From: | Michael Herger <michael [...] herger.net> |
Unfortunately version.pm 0.9916 fails to load on Perl 5.8.8 (found in
our users’ old ReadyNAS devices). The following line throws an error
along the lines „module if.pm not found“:
https://bitbucket.org/jpeacock/version/src/3cffe3d1d62af5297fd167f1f98aa4b3c55966b1/vperl/vpp.pm?at=default&fileviewer=file-view-default#vpp.pm-682
Checking the documentation for the "use" command I only see the "use
if..." syntax mentioned in Perl 5.12. Is that statement not compatible
with older Perl versions?