in reply to Re^2: Exposing minimum required perl version ('use x.y.z') to Perl code during runtime?
in thread Exposing minimum required perl version ('use x.y.z') to Perl code during runtime?
Well, feature.pm could just store the last request. That would be good enough for most cases.
Or the user could simply tell your module what he wants :)
on the one hand, there is no performance benefit between s///r and and the older syntax
on the other hand catering to multiple perl versions seems like busywork
on the other hand ...
perlver - The Perl Minimum Version Analyzer / Perl::MinimumVersion
ha ha :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Exposing minimum required perl version ('use x.y.z') to Perl code during runtime?
by sedusedan (Pilgrim) on Apr 03, 2014 at 04:36 UTC | |
by Anonymous Monk on Apr 03, 2014 at 06:54 UTC |