From: James L. <jl...@bi...> - 2002-07-02 08:47:15
|
Hi Mattia, I've started coding a generic and a text validator for wxPerl, as I want to use them in my project. Would you (or others) be interested in these being contributed to the wxPerl community? If so, how do we want to manage it - as part of wxPerl, or just a contribution to CPAN? With regard to package naming, I'm intending to name them as follows: Wx::Perl::GenericValidator Wx::Perl::TextValidator etc... I'm intending the TextValidator validation to be controlled mainly by a regexp to validate against, to make it flexible, but also to match the features of the native wxValidator, if possible (though a lot of these can be achieved by a regexp, I think). Other suggestions/opinions regarding naming conventions are welcome - nothing's cast in stone yet! Regards, James |