Re: Class::WhiteHole

2000-07-07 Thread Graham Barr
In fact the attached patch allows you to stop the AUTOLOAD inheritance with a simple sub AUTOLOAD; Which will currently dies with an undefined subroutine package::AUTOLOAD but with this patch it will die using the name of the sub being called Graham. --- gv.c.orig Fri Jun 30 14:01:12 2000

Re: Class::WhiteHole

2000-07-07 Thread Graham Barr
On Fri, Jul 07, 2000 at 04:07:12PM -0400, Michael G Schwern wrote: > On Fri, Jul 07, 2000 at 03:19:29PM +0100, Graham Barr wrote: > > I have not looked at the code, but I assume it works by Class::WhiteHole > > defining an AUTOLOAD sub which just dies. > > Pretty much. You have to do a few tri

Re: Class::WhiteHole

2000-07-07 Thread Michael G Schwern
On Fri, Jul 07, 2000 at 03:19:29PM +0100, Graham Barr wrote: > I have not looked at the code, but I assume it works by Class::WhiteHole > defining an AUTOLOAD sub which just dies. Pretty much. You have to do a few tricks for DESTROY and to make sure the right error message shows up (all of whi

Re: Class::WhiteHole

2000-07-07 Thread Chris Nandor
At 14.56 -0400 2000.07.07, Kurt D. Starsinic wrote: >Now then, I see a tiny hole in this logic: >* Java is just for idiots. >* Java favors long class names. >... Any language that uses long class names ever is idiotic. No, just any language that _favors_ them. :)

Re: Class::WhiteHole

2000-07-07 Thread Kurt D. Starsinic
On Fri, Jul 07, 2000 at 02:33:39PM -0400, Michael G Schwern wrote: > On Fri, Jul 07, 2000 at 09:58:40AM -0400, Kurt D. Starsinic wrote: > > The module isn't silly at all, but the name isn't too expressive. > > Maybe something like Class::NoAutoInherit or something? > > Perhaps, but I kinda wa

Re: Class::WhiteHole

2000-07-07 Thread Michael G Schwern
On Fri, Jul 07, 2000 at 09:58:40AM -0400, Kurt D. Starsinic wrote: > The module isn't silly at all, but the name isn't too expressive. > Maybe something like Class::NoAutoInherit or something? Perhaps, but I kinda want this module to remain obscure. Used naively it can cause really odd error

registering for the CPAN

2000-07-07 Thread kip
Hoping to signup and establish a CPAN directory of my own: name: Corbin "Kip" Kohn email: [EMAIL PROTECTED] (personal) || [EMAIL PROTECTED] (work) homepage: n/a preferred user-ID: kip (three letters seemed fine for LDS or MJD, but if as the 'modules/04pause.html' doc claimed, I

Re: PAUSE registration, module naming

2000-07-07 Thread Riad Wahby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >Please not Net::IM, Net::InstantMessenger, or Net::InstMsg! There are >lots of instant messaging protocols out there, and I can tell you from >personal experience that the number is growing very quickly. Net::AIM is >fine by me . . . . This ce

Re: Class::WhiteHole

2000-07-07 Thread Graham Barr
On Fri, Jul 07, 2000 at 09:58:40AM -0400, Kurt Starsinic wrote: > On Fri, Jul 07, 2000 at 04:26:39AM -0400, Michael G Schwern wrote: > > NameDSLIDescription Info > > - > > Class::Whit

Re: Class::WhiteHole

2000-07-07 Thread Chris Nandor
At 9.58 -0400 2000.07.07, Kurt D. Starsinic wrote: >On Fri, Jul 07, 2000 at 04:26:39AM -0400, Michael G Schwern wrote: >> NameDSLIDescription Info >> - >> Class::WhiteHoleadpO

Re: Class::WhiteHole

2000-07-07 Thread Kurt D. Starsinic
On Fri, Jul 07, 2000 at 04:26:39AM -0400, Michael G Schwern wrote: > NameDSLIDescription Info > - > Class::WhiteHoleadpOBlocks autoloader inheritance MSCHWERN > > > So

Class::WhiteHole

2000-07-07 Thread Michael G Schwern
NameDSLIDescription Info - Class::WhiteHoleadpOBlocks autoloader inheritance MSCHWERN So, this module might be a little silly, but I had a need. This does the reverse