| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
08 Sep 2011 08:36:43
0.20
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
03 Jul 2011 14:59:23
0.20
|
ohauer  |
-remove MD5 |
24 Sep 2010 02:03:44
0.20
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
25 May 2010 12:06:21
0.20
|
sylvio  |
- Update to 0.20
PR: ports/146839
Submitted by: Victor Popov <v.a.popov@gmail.com>
Approved by: Craig Manley <cmanley@xs4all.nl> (maintainer) |
17 Apr 2008 14:30:31
0.03
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 00:59:21
0.03
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
09 Feb 2007 05:32:03
0.03
|
rafan  |
- Update to 0.03
PR: ports/108937
Submitted by: chinsan
Approved by: Craig Manley <cmanley at xs4all.nl> (maintainer) |
30 Dec 2006 22:09:16
0.02
|
miwi  |
This module provides a convenient way to perform cleanup or other forms of
resource management at the end of a scope. It is particularly useful when
dealing with exceptions: the Scope::Guard constructor takes a reference to a
subroutine that is guaranteed to be called even if the thread of execution is
aborted prematurely. This effectively allows lexically-scoped "promises" to be
made that are automatically honoured by perl's garbage collector.
For more info, see: http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/
WWW: http://search.cpan.org/dist/Scope-Guard/
PR: ports/107321
Submitted by: Craig Manley <cmanley@xs4all.nl> |