Update to 2.00:

2.00 2015-09-05 NEILB
    * Bumped version to 2.00 because last release failed to index:
      some of the earlier releases had a dist version of 0.xx, but
      various of the modules had version numbers 1.0x. PAUSE is now
      right stricter about monotically increasing version numbers,
      so easiest to just to jump ahead.

0.30 2015-09-04 NEILB
    * Dropped File::Slurp in favour of File::Slurper.
      RT#106853 from Henk van Oers.
    * Don't try to convert text to UTF-8 if it's already tagged as UTF-8.
      Thanks to Artem Krivopolenov.
    * Changed all remaining instances of 'use base' to 'use parent';
      it was previously using a mixture of parent *and* base.
    * Added "use warnings" and "require 5.006" to all modules.

0.29_02 2015-08-03 NEILB
    * Don't try to convert text to UTF-8 if it's already tagged as UTF-8.
      Thanks to Artem Krivopolenov.
    * Changed all remaining instances of 'use base' to 'use parent';
      it was previously using a mixture of parent *and* base.

0.29_01 2015-08-02 NEILB
    * Switched to Dist::Zilla
    * Added "use warnings" and "require 5.006" to all modules.
    * Moved custom-pom2 script from bin/ to examples/
    * Reformatted this file as per CPAN::Changes::Spec
This commit is contained in:
wiz 2015-09-06 20:42:33 +00:00
parent 9a6e1e1ae2
commit 04ab984290
2 changed files with 8 additions and 9 deletions

View file

@ -1,17 +1,16 @@
# $NetBSD: Makefile,v 1.31 2015/06/12 10:51:26 wiz Exp $
# $NetBSD: Makefile,v 1.32 2015/09/06 20:42:33 wiz Exp $
DISTNAME= Pod-POM-0.29
DISTNAME= Pod-POM-2.00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Pod-POM/
COMMENT= P5 module to format POD into an object format, hence POM
COMMENT= Perl module to format POD into an object format
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper
USE_LANGUAGES= # empty

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2014/01/12 11:40:57 wen Exp $
$NetBSD: distinfo,v 1.11 2015/09/06 20:42:33 wiz Exp $
SHA1 (Pod-POM-0.29.tar.gz) = 9e3db35eaa296d6630b7237d2d8fd6f4de27d7c8
RMD160 (Pod-POM-0.29.tar.gz) = 758343f9a433ab9be6f33c07cb70235a1cb24193
Size (Pod-POM-0.29.tar.gz) = 74337 bytes
SHA1 (Pod-POM-2.00.tar.gz) = fe784e432c9b2d8070138db2f1689dfae0841c5b
RMD160 (Pod-POM-2.00.tar.gz) = 145aa18fd933d4fd068cd0896ffa0c3d7ccf39d6
Size (Pod-POM-2.00.tar.gz) = 65377 bytes