Re: Devel::Cover - require 5.8?

2004-04-03 Thread Andrew M. Langmead
On Sat, Apr 03, 2004 at 03:41:20AM +0200, Paul Johnson wrote: > I am considering dropping support for Perl 5.6 in Devel::Cover. Whilst > Devel::Cover basically works with Perl 5.6.1 and Perl 5.6.2, there are > many parts which are difficult or impossible to implement, leading to > certain construc

Re: A new lease on life for Perl Refactoring

2001-09-16 Thread Andrew M. Langmead
On Sat, Sep 15, 2001 at 10:45:50AM +0200, Michael G Schwern wrote: > 1) Change this() to that() in both 'Foo' and 'Bar', and change all > instances of $obj->this to $obj->that. > > 2) Walk through each call to $obj->this and decide if it should > be changed to $obj->that