user-pic

Joel Maslak

  • Commented on Current subroutine signatures implementation contains two features which purposes are different
    I wanted to see how big of a deal this is - I compared 4 different methods with around 10,000,000 sub calls. The subs did almost nothing (added the two args to a state variable and returned the state variable)....
  • Commented on Upping minimum version for Devel::Cover
    If you can't support the 5.6, I'd up the version number, so some poor sod doesn't try installing non-working code on 5.6. If someone wants to fix it, let them, but I wouldn't advertise it as supporting something it doesn't...
  • Commented on Regex /m modifier bug in Perl 5.8.8 and older
    One tip for building perl with modern hardware: pass it a parallel make command (use those cores!). Example: perlbrew install perl-5.23.8 -j8 That passes the -j8 to make when building perl, resulting in a much faster build and less watching...
Subscribe to feed Recent Actions from Joel Maslak

Subscribe to feed Responses to Comments from Joel Maslak

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.