0

According to this bug report one of my modules is generating this error on older Perls,

Experimental "my" subs not enabled at <file.pm> ...

What should I set my minimum perl version too?

Evan Carroll
  • 78,363
  • 46
  • 261
  • 468

1 Answers1

5

From perldoc perlexperiment

Lexical subroutines

  • Introduced in Perl 5.18.0
  • Accepted in Perl 5.26.0
Evan Carroll
  • 78,363
  • 46
  • 261
  • 468