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

  modid:       AnyLoader
  DSLIP:       adph?
  description: Automagically loads modules for functions
  userid:      MSCHWERN (Michael G Schwern)
  chapterid:    2 (Perl_Core_Modules)
  communities:

  similar:
    AutoLoader SelfLoader

  rationale:

    if($error) { require Carp; Carp::croak($error); }

    is a rather common idiom to delay the loading of heavy modules
    which themselves do not have an AutoLoader. AnyLoader removes the
    need for the "require" and handles this behind the scenes.

    As its very similar to AutoLoader and SelfLoader, I've named it
    close to it.

  enteredby:   MSCHWERN (Michael G Schwern)
  enteredon:   Wed May  9 20:05:55 2001 GMT

The resulting entry would be:

AnyLoader         adph ?                                            Automagically 
loads modules for functions


Thanks for registering,
The Pause Team

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=73000000_ef6d6558b23cf0b9&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=73000000_ef6d6558b23cf0b9&SUBMIT_pause99_add_mod_insertit=1

Reply via email to