./devel/p5-Contextual-Return, Perl 5 module to create context-senstive return values

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 0.004.011, Package name: p5-Contextual-Return-0.004.011, Maintainer: pkgsrc-users

The Perl 5 module Contextual::Return provides a collection of named
blocks that allow a return statement to return different values
depending on the context in which it's called.


Required to run:
[devel/p5-Want] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 7037f582c3d74b78fc0737c36f0d93b3d2fef466
RMD160: b2e0fc7a2a333545dd956afcfb22ad1bd78517ec
Filesize: 39.924 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-16 16:36:20 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5260 - requested by sevan
devel/p5-Contextual-Return: bugfix

Revisions pulled up:
- devel/p5-Contextual-Return/Makefile                           1.18
- devel/p5-Contextual-Return/distinfo                           1.8

---
   Module Name:    pkgsrc
   Committed By:   mef
   Date:           Sun Apr  9 11:45:51 UTC 2017

   Modified Files:
           pkgsrc/devel/p5-Contextual-Return: Makefile distinfo

   Log message:
   Updated devel/p5-Contextual-Return to 0.004011
   ----------------------------------------------
   0.004011  Sat Apr  8 15:23:14 2017
       - Patched memory leak from use of @DB::args
         (thanks, Jay!)