diff options
author | sno <sno@pkgsrc.org> | 2009-05-17 14:40:54 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-17 14:40:54 +0000 |
commit | 4582549153a2387b22a535cc08f67bb2426be370 (patch) | |
tree | f49f29d17c72b9a29e17ede7a14160d7cf96a4b7 /textproc/p5-YAML-Tiny | |
parent | add8450c9011f1bce4ef5b9940bc082707c8a985 (diff) | |
download | pkgsrc-4582549153a2387b22a535cc08f67bb2426be370.tar.gz |
PkgSrc changes:
- Updating package for p5 module YAML::Tiny from 1.36 to 1.38
- Setting license to gnu-gpl-v2
Upstream changes:
1.38 Sat 16 May 2009
- Moving the test suite style closer to Parse::CPAN::Meta
- Changed exceptions closer to Parse::CPAN::Meta
- Fixed Changes file date for 1.37 :)
1.37 Sat 16 May 2009
- Call $self->_error instead of $class->_error when we can
- Refactoring away some of the code other people have been
contributing lately that most certainly NOT ::Tiny style.
- Avoid the need to do '' escaping by moving it to "'"
- Added comparative testing with YAML::Perl
Diffstat (limited to 'textproc/p5-YAML-Tiny')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 061d1b706b2..1a12ca08546 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2009/01/11 17:05:58 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/05/17 14:40:54 sno Exp $ -DISTNAME= YAML-Tiny-1.36 +DISTNAME= YAML-Tiny-1.38 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/} diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo index 05e5325ce0b..cdf94a8f69a 100644 --- a/textproc/p5-YAML-Tiny/distinfo +++ b/textproc/p5-YAML-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/01/11 17:05:58 he Exp $ +$NetBSD: distinfo,v 1.3 2009/05/17 14:40:54 sno Exp $ -SHA1 (YAML-Tiny-1.36.tar.gz) = 2b7b44680f19ea2b85bbd2da290c020bf1c9b76f -RMD160 (YAML-Tiny-1.36.tar.gz) = e721997f68ee10ffddd6f3fb47935cf8adfc5ae2 -Size (YAML-Tiny-1.36.tar.gz) = 33823 bytes +SHA1 (YAML-Tiny-1.38.tar.gz) = 2729f784fb8e26696dc924bc4aedd4b7c773045b +RMD160 (YAML-Tiny-1.38.tar.gz) = e626bab60be5a9b137398413322d01c374ca4a95 +Size (YAML-Tiny-1.38.tar.gz) = 35293 bytes |