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-14 Thread Bill Ward
On Wed, Dec 14, 2011 at 3:46 AM, Smylers smyl...@stripey.com 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.

Re: Naming of Perl module

2011-12-14 Thread Smylers
Bill Ward writes: On Wed, Dec 14, 2011 at 3:46 AM, Smylers smyl...@stripey.com 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

Re: Naming of Perl module

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

Naming of Perl module

2011-12-13 Thread lloyd
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 two parameters, base_directory and expression. The subroutine traverses

Re: Naming of Perl module

2011-12-13 Thread Bill Ward
File::RegexMatch? On Tue, Dec 13, 2011 at 8:21 AM, ll...@singletasker.co.uk 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

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

Re: Naming of Perl module

2011-12-13 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
variety of other CPAN modules which can already do this Feature comparison: http://p3rl.org/Path::Class::Rule#SEE-ALSO signature.asc Description: PGP signature