Skip to content
  • audreyt@audreyt.org's avatar
    * Evil Mangler broke under Perl 5.9+ because $* is gone; this fixes it. · c8b4b5ed
    audreyt@audreyt.org authored
      Perl 4's special variable $* controls multi-line matching; it's been
      deprecated from Perl 5's inception, and is finally removed in Perl
      versions 5.9 (soon to be 5.10).
    
      Since GHC depends on Perl 5.6+ anyway, this patch introduces an
      equivalent effect to $* without using that special variable, by
      hooking into Perl's regex parsing process to add the /m flag.
    c8b4b5ed