Re: [ANNOUNCE] Attribute::Abstract 0.01

2001-05-19 Thread Damian Conway
That's right Marcel...steal *all* my ideas for the next three months and do them in two days! ;-) Damian

[ANNOUNCE] Attribute::Abstract 0.01

2001-05-18 Thread Marcel Grunauer
NAME Attribute::Abstract - implementing abstract methods with attributes SYNOPSIS package SomeObj; use Attribute::Abstract; sub new { ... } sub write : Abstract; DESCRIPTION Declaring a subroutine to be abstract using this attribute causes a call