Tue Aug 15 09:25:22 2006BORISZ [...] cpan.org - Ticket created
Subject:
File::Next -> new
Hi,
I really like to call new instead of files as a constructor. I do it always wrong the first time.
It whould be nice if you alias files and new.
--
Boris
Tue Aug 15 09:48:59 2006BORISZ [...] cpan.org - Correspondence added
On Di. 15. Aug. 2006, 09:25:22, BORISZ wrote:
Show quoted text
> Hi,
>
> I really like to call new instead of files as a constructor. I do it
> always wrong the first time.
> It whould be nice if you alias files and new.
# this is my current workaround
sub File::Next::new { File::Next::files(@_[1..$#_]) }
--
Boris
Tue Aug 15 09:49:01 2006BORISZ [...] cpan.org - Status changed from 'new' to 'open'
Wed Aug 23 15:41:21 2006PETDANCE [...] cpan.org - Correspondence added
I'm sorry, but I'm not going to add a new(). There may well be other
constructors in the future, and new() would therefore be obsoleted.
Wed Aug 23 15:41:25 2006PETDANCE [...] cpan.org - Status changed from 'open' to 'resolved'