Re: Naming of Perl module

2011-12-14 Thread Bill Ward
On Wed, Dec 14, 2011 at 7:24 AM, Smylers wrote: > Bill Ward writes: > > > On Wed, Dec 14, 2011 at 3:46 AM, Smylers wrote: > > > > > Bill Ward writes: > > > > > > > File::RegexMatch? > > > > > > I think having ::Find:: in there would be better, so that it's > > > immediately obvious that this mod

Re: Naming of Perl module

2011-12-14 Thread Smylers
Bill Ward writes: > On Wed, Dec 14, 2011 at 3:46 AM, Smylers wrote: > > > Bill Ward writes: > > > > > File::RegexMatch? > > > > I think having ::Find:: in there would be better, so that it's > > immediately obvious that this module performs a similar task to the > > other modules already named l

Re: Naming of Perl module

2011-12-14 Thread Bill Ward
On Wed, Dec 14, 2011 at 3:46 AM, Smylers wrote: > Bill Ward writes: > > > File::RegexMatch? > > I think having ::Find:: in there would be better, so that it's > immediately obvious that this module performs a similar task to the > other modules already named like that. > > File::Find::Regexp, per

Re: Naming of Perl module

2011-12-14 Thread Smylers
Bill Ward writes: > File::RegexMatch? I think having ::Find:: in there would be better, so that it's immediately obvious that this module performs a similar task to the other modules already named like that. File::Find::Regexp, perhaps? (Note that 'Regexp' with a 'p' appears to be the canonical

Re: Naming of Perl module

2011-12-13 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
> variety of other CPAN modules which can > already do this Feature comparison: signature.asc Description: PGP signature

Re: Naming of Perl module

2011-12-13 Thread Dave Rolsky
On Tue, 13 Dec 2011, ll...@singletasker.co.uk wrote: The purpose of the module is to find files which match a regular expression. The module currently only has one subroutine which takes two parameters, base_directory and expression. The subroutine traverses all subdirectories of the base dire

Re: Naming of Perl module

2011-12-13 Thread Bill Ward
File::RegexMatch? On Tue, Dec 13, 2011 at 8:21 AM, wrote: > Hi there, > > I'm close to completing a module, but I'm pretty clueless on what to call > it. > > The purpose of the module is to find files which match a regular > expression. The module currently only has one subroutine which takes tw