The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.61 - 2013-05-20

  • Bug fix release for Perl 5.18.0
  • Tragically, perl 5.18 requires a leading "use re 'eval'" if you embed the program in a regex. To appease this change in behavior, the Regex attribute now supports three different "true" values: 1: add a leading "use re 'eval';" for Perl 5.18+ only 2: do not add a leading "use re 'eval';" 3: add a leading "use re 'eval';"
  • Updated test suite to work with new Regex attribute
  • Updated sightly.pl to work with new Regex attribute

Modules

Visual Programming in Perl