TPF Devel::Cover grant report February 2013

2013-03-07 Thread Paul Johnson
In accordance with the terms of my grant from TPF this is the monthly report for my work on improving Devel::Cover covering February 2013. I have released Devel::Cover 1.00! So we finally have a stable, functional, well tested release? Well, no. Or perhaps. Maybe. The reason I have released v

Re: TPF Devel::Cover grant report February 2013

2013-03-07 Thread yary
Thanks for taking the time for tracking down my "bug"- On Thu, Mar 7, 2013 at 5:38 PM, Paul Johnson wrote: > ...$ENV{PWD} on Windows being set within Devel::Cover. > ... I'd appreciate comments on whether or not this is a bug, but if it > is then it should be filed against the perl core. I was

Re: interest in converting LWP / Mech hierarchy to roles?

2013-03-07 Thread Eric Wilhelm
# from Mark Stosberg on Wednesday 27 February 2013: >There's so many modules that extend LWP or Mechanize through >sub-classing, but can't easily be combined with getting into diamond >inheritance: > >Here's a sampling of LWP subclasses: >LWP::UserAgent::POE >... >LWP::Parallel::UserAgent;