Re: RFC: Class::Methods

2001-05-15 Thread Andreas J. Koenig
> On Tue, 15 May 2001 03:24:06 -0400, "M. Simon Cavalletto" <[EMAIL PROTECTED]> >said: > A few minutes with a thesaurus produced a list of candidates, but none > of them really stood out: Class::CodeLibrary, Class::MakeMethods, > Class::MethodGen, Class::MethodMill, Class::MethodSm

Re: RFC: Class::Methods

2001-05-15 Thread M. Simon Cavalletto
Please help me rename this module! (A summary of its functionality is included below for reference.) I circulated a prior version under the name "Class::Methods", and Andreas Koenig indicated that was an acceptable namespace for CPAN distribution. But I was somewhat uncomfortable with the name,

Re: RFC: Class::Methods

2001-05-12 Thread M. Simon Cavalletto
On 2001-05-11, Andreas J. Koenig wrote: > Better you call it just Class-Methods-*. The reason is you do not use > the Bundle:: namespace anyway and the Bundle:: namespace in turn would > mean something completely different, a directory of modules that are > available separately. I did actually h

Re: RFC: Class::Methods

2001-05-11 Thread Andreas J. Koenig
> On Sun, 6 May 2001 00:44:08 -0400, "M. Simon Cavalletto" <[EMAIL PROTECTED]> >said: > Class::Methods is based on Class::MethodMaker, but has been > substantially revised in order to provide a range of new features. > Although originally posted for review as a possible "version 2" of

RFC: Class::Methods

2001-05-05 Thread M. Simon Cavalletto
Hello, This is a new module and I am soliciting feedback before posting it to CPAN. Suggestions for alternate names would be welcome. Class::Methods allows module developers to quickly define object constructor and accessor methods by reusing templates for these common types of functions. Class