diff options
author | wen <wen@pkgsrc.org> | 2016-07-28 04:37:27 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-28 04:37:27 +0000 |
commit | 45b16f437bab31584a5c8e112f7a320bde595cb0 (patch) | |
tree | d6a65fc5f30c7701d1e9473f9485f630cbeaee24 | |
parent | e200f51f8c616563967315cea4bc9aee5bda18cb (diff) | |
download | pkgsrc-45b16f437bab31584a5c8e112f7a320bde595cb0.tar.gz |
Update to 0.09
Upstream changes:
0.09 2016/03/09 17:49:17
[CHANGES]
* Allow callers to allow ARRAY dereference for special circumstances
0.08 2015/12/15 17:45:46
[CHANGES]
* Support perl 5.8.x (which lacks overloading.pm)
0.07 2015/10/11 12:37:51
[BUGFIXES]
* Provide the other conversion overload operations and allow fallback
0.06 2015/10/07 00:24:52
[BUGFIXES]
* Ensure that structs are still boolean true
0.05 2015/10/06 23:12:58
[BUGFIXES]
* Throw an exception on attempts to dereference a struct as an
array (RT107583)
* Throw an exception if accessor-mutators are invoked with extra
arguments
* Give AUTOLOAD :lvalue context so it reports the right message for
attempts to assign to missing fields (RT107577)
0.04 2015/09/30 18:29:01
[CHANGES]
* Support creating a predicate test function
-rw-r--r-- | devel/p5-Struct-Dumb/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Struct-Dumb/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Struct-Dumb/Makefile b/devel/p5-Struct-Dumb/Makefile index 197a2cbbf87..b36008a859b 100644 --- a/devel/p5-Struct-Dumb/Makefile +++ b/devel/p5-Struct-Dumb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 19:23:31 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/28 04:37:27 wen Exp $ -DISTNAME= Struct-Dumb-0.03 +DISTNAME= Struct-Dumb-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/ diff --git a/devel/p5-Struct-Dumb/distinfo b/devel/p5-Struct-Dumb/distinfo index 56f822ee55c..fccae1fe4ed 100644 --- a/devel/p5-Struct-Dumb/distinfo +++ b/devel/p5-Struct-Dumb/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:45 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/07/28 04:37:27 wen Exp $ -SHA1 (Struct-Dumb-0.03.tar.gz) = f53351bd649b84e7f4ba1cb74def76a9f3b20ff5 -RMD160 (Struct-Dumb-0.03.tar.gz) = 5da7027e42fd52915157fafc4f089695cfe94f93 -SHA512 (Struct-Dumb-0.03.tar.gz) = 6d66c614f923d933cb4d13555c2cdf21324d5fae52a9ade18fe2dc72a88a0543eead386ab1b5b830703d778d27c5b283ac877466f05a26bd2f8e2c1287aa23fe -Size (Struct-Dumb-0.03.tar.gz) = 13566 bytes +SHA1 (Struct-Dumb-0.09.tar.gz) = dfb81a7f4eb7c543c11d51a199bcfe346d4d7ed3 +RMD160 (Struct-Dumb-0.09.tar.gz) = 4a2b8a4966e2364b30e3fccdf449613fafa1170c +SHA512 (Struct-Dumb-0.09.tar.gz) = 6dc1e6ce02386906f5e440d989a5cd1810201327567684d26d877a212e0b97d64b2cfdb0432ac5d8ab94bcecfb61c4b59fd8aa3ae22adc06de3c8083f667c134 +Size (Struct-Dumb-0.09.tar.gz) = 16084 bytes |