The following module was proposed for inclusion in the Module List:

  modid:       accessors
  DSLIP:       bdppp
  description: create simple accessors at compile-time
  userid:      SPURKIS (Steve Purkis)
  chapterid:    2 (Perl_Core_Modules)
  communities:
    london.pm

  similar:
    Class::Accessor, Class::Struct, Class::Methodmaker, Class::Generate,
    Class::Class, Class::Tangram

  rationale:

    [excerpt from pod]

    The main difference between the accessors pragma and other accessor
    generators is simplicity.

    o interface use accessors qw( ... ) is as easy as it gets.

    o a pragma it fits in nicely with the base pragma:

    use base qw( Some::Class ); use accessors qw( foo bar baz );

    and accessors get created at compile-time.

    o no bells and whistles The module is extensible instead.

  enteredby:   SPURKIS (Steve Purkis)
  enteredon:   Thu Sep 18 10:58:31 2003 GMT

The resulting entry would be:

accessors         bdppp create simple accessors at compile-time      SPURKIS


Thanks for registering,
-- 
The PAUSE

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=6d400000_13229073f311a6cb&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=6d400000_13229073f311a6cb&SUBMIT_pause99_add_mod_insertit=1

Reply via email to