Detecting updates to installed modules?

2002-03-24 Thread Jason W May
Has anyone created a tool to determine what modules are installed locally, and check CPAN for updates to any of those modules? I don't want to reinvent the wheel here, but I can't find anything that does this. CPAN.pm does a fine job of download-and-install, but there's no inventory function or

Re: Seeking input and naming suggestions for "Validator" module

2002-01-16 Thread Jason W May
[EMAIL PROTECTED] (Mark Stosberg) writes: > Jason W May wrote: > > > > I have code in progress that provides a framework for application- > > specific data validation routines. > > Hello Jason, > > I'm the Data::FormValidator maintainer. I'm also

Seeking input and naming suggestions for "Validator" module

2002-01-10 Thread Jason W May
I have code in progress that provides a framework for application- specific data validation routines. Example: my $val = new Validator(); my $credit_card = { "number" => "4321432143214327", "expiration" => "07/03", "cardholder"