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

  modid:       Sub::Inline
  DSLIP:       adcpp
  description: Add syntax for inline sub declaration
  userid:      PCM (Peter Martini)
  chapterid:   2 (Language_Extensions)
  communities:

  similar:
    Sub::Op

  rationale:

    This is similar to Sub::Op in that it converts sub calls to another
    form for faster execution, but Sub::Op uses plenty of C coding to
    make this happen; Sub::Inline will simply add a new keyword,
    'inline', such that prefixing a sub definition with 'inline' will
    automatically turn any direct calls of that sub into an equivalent
    chain of OP codes (and fatalize any indirect calls in the process).

  enteredby:   PCM (Peter Martini)
  enteredon:   Sun Feb 23 18:10:02 2014 UTC

The resulting entry would be:

Sub::
::Inline          adcpp Add syntax for inline sub declaration        PCM


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=9dd00000_c478256f336ae8e1&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=9dd00000_c478256f336ae8e1&SUBMIT_pause99_add_mod_insertit=1
Peek at the current permissions:
  
https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=Sub%3A%3AInline

Reply via email to