RT development and perl versions?

Hi,

Just a general question on RT development, would it be acceptable to
set a preference to use
a version of perl greater than 5.10.1 in a RT extension?

FOA:
use v5.10.1;

The reason I ask is that I’m considering using the perl switch
functionality:
http://perldoc.perl.org/perlsyn.html#Switch-Statements

Best Regards

Martin Wheldon
Greenhills IT Ltd.
Telephone: 01904 238 454

Greenhills IT Ltd. is a limited company registered in England and
Wales.
Company Registration No: 06387214
Registered Offices: 2 Greenhills, Claxton, YORK, North Yorkshire, YO60
7SA

Hi,

Just a general question on RT development, would it be acceptable to
set a preference to use a version of perl greater than 5.10.1 in a RT
extension?

FOA: use v5.10.1;

The reason I ask is that I’m considering using the perl switch
functionality:
perlsyn - Perl syntax - Perldoc Browser

Sure, it’s acceptable if you’re not targeting installs on older Perl
versions.

RT will be bumping the core Perl dep in 4.2 (to what yet, we’ve not
decided).