diff options
author | mef <mef@pkgsrc.org> | 2015-05-23 09:42:46 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-23 09:42:46 +0000 |
commit | 47bdefd2abdb7dfb6d2d38ff116144e1756d62c3 (patch) | |
tree | 8dab7366d3365c6e5802fcb0a5bec9feb5d29aa4 /textproc/p5-Pod-Tree | |
parent | b49f3ad04e79769f25496e1c7dfdc896fe93631c (diff) | |
download | pkgsrc-47bdefd2abdb7dfb6d2d38ff116144e1756d62c3.tar.gz |
Update 1.17 to 1.23
-------------------
1.23 2015.05.20
- Add version numbers to all the pm files.
1.22 2015.05.20
- Refactoring code: 3 argument open, no bareword filehandles
- Refactoring code: convert indirect calls to direct calls
- Add optional test using Test::Perl::Critic
- Fix missing file issue introduced in 1.21
- Include the Test::Comile based test
1.21 2015.05.20
- More tests (use Test::Compile)
- Refactoring code (use Path::Tiny)
- Run perltidy on the code.
- Separate packages to their own files.
- Add use warnings; use strict; remove use diagnostics;
- Remove remaining use 5.... statements.
1.20 2015.05.19
- Refactor test script to use Test::More
1.19 2015.05.18
- Include link to VCS, Bug tracking system, hopepage.
1.18 2015.05.18
- Just to let PAUSE index it.
1.17_01 2015.05.18
- New maintainer (SZABGAB)
Diffstat (limited to 'textproc/p5-Pod-Tree')
-rw-r--r-- | textproc/p5-Pod-Tree/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index 86818c5431b..d8a26bfc3ff 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2014/05/29 23:37:39 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/05/23 09:42:46 mef Exp $ -DISTNAME= Pod-Tree-1.17 +DISTNAME= Pod-Tree-1.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= textproc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} diff --git a/textproc/p5-Pod-Tree/distinfo b/textproc/p5-Pod-Tree/distinfo index 2a359b38da4..cd4814e37fa 100644 --- a/textproc/p5-Pod-Tree/distinfo +++ b/textproc/p5-Pod-Tree/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/09/09 21:19:16 sno Exp $ +$NetBSD: distinfo,v 1.6 2015/05/23 09:42:46 mef Exp $ -SHA1 (Pod-Tree-1.17.tar.gz) = a4127364381bbb0960d2a23ceadd279d836cd93f -RMD160 (Pod-Tree-1.17.tar.gz) = 3e2c169c64aa6a1c39def20aa20c05711b1fbcab -Size (Pod-Tree-1.17.tar.gz) = 65803 bytes +SHA1 (Pod-Tree-1.23.tar.gz) = 5af83cd1030e75d4163f605aff580e32f1b3acdb +RMD160 (Pod-Tree-1.23.tar.gz) = f126c9583d8190ea06913f75118a63f7be3ee919 +Size (Pod-Tree-1.23.tar.gz) = 63119 bytes |