- Update to 0.20
PR: ports/146839 Submitted by: Victor Popov <v.a.popov@gmail.com> Approved by: Craig Manley <cmanley@xs4all.nl> (maintainer)
This commit is contained in:
parent
9d11502c7b
commit
216ad949b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255054
3 changed files with 7 additions and 7 deletions
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= Scope-Guard
|
||||
PORTVERSION= 0.03
|
||||
PORTVERSION= 0.20
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/C/CH/CHOCOLATE
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/C/CH/CHOCOLATE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cmanley@xs4all.nl
|
||||
MAINTAINER= v.a.popov@gmail.com
|
||||
COMMENT= Lexically scoped resource management
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Scope-Guard-0.03.tar.gz) = a33ab0a31d837b94797e61050afff894
|
||||
SHA256 (Scope-Guard-0.03.tar.gz) = cb2b0dc870c7f3f9923505e3eb24fc0fc1a56096421ddd9fb59c763c9d31a91f
|
||||
SIZE (Scope-Guard-0.03.tar.gz) = 2938
|
||||
MD5 (Scope-Guard-0.20.tar.gz) = 495d5ae16a2df8128fd068c386c9d4ac
|
||||
SHA256 (Scope-Guard-0.20.tar.gz) = 5b8fed60a3d77d8a9a3748db3dce894bb95431e98195be7f1920d26bbe7d4ad3
|
||||
SIZE (Scope-Guard-0.20.tar.gz) = 4082
|
||||
|
|
|
@ -5,6 +5,6 @@ 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/
|
||||
For more info, see: http://www.drdobbs.com/cpp/184403758
|
||||
|
||||
WWW: http://search.cpan.org/dist/Scope-Guard/
|
||||
|
|
Loading…
Reference in a new issue