Updated to devel/p5-Tree-DAG-Node-1.29

---------------------------------------
1.29  2016-03-01T13:39:00
  - After another email exchange with Kent Fredric (via RT) and Karen Etheridge (via the
    cpan-testers-discuss mailing list), I've edited Makefile.PL, again, to indicate that
    Test::Pod is needed neither for building nor testing this module, but is only needed for
    development. Specifically, it's used by xt/author/pod.t, and not elsewhere. See
    https://metacpan.org/pod/CPAN::Meta::Spec#PREREQUISITES for more details.

1.28  2016-03-01T08:43:00
  - No code changes.
  - Rework Makefile.PL so File::Spec, File::Temp, Test::More and Test::Pod are in TEST_REQUIRES.
          Many thanx to Kent Fredric in RT#112568 for this suggestion.
  - Expand the SYNOPSIS.
  - Update MANIFEST.SKIP to include .gitignore.
  - Finally add lightweight git tags to distros, so that if you have a Bash alias such as:
   alias gl='git log --decorate=full' you'll see something like these 5 lines:

1.27  2015-07-12T11:01:00
  - Remove the line which reads 'use open qw(:std :utf8);'. As Tom Molesworth says:
          "Specifically, it turns on the UTF-8 encoding layer on STDIO when any code does
          'use Tree::DAG_Node'. That's no good when code is expecting a different encoding
          (raw, etc.)". See RT#105798. Karen Etheridge followed up with a comment about it appearing
          in another module of mine. Then I checked all my modules (including some not intended for
          publication - Local::*) and found about 28 offenders, with some using it inn multiple files.
          The original idea came from adopting what Tom Christiansen calls his 'Standard Preamble':
          http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
          All tests still work after removing that line.
  - Remove Build.PL. Ship only Makefile.PL.
This commit is contained in:
mef 2016-04-29 07:40:08 +00:00
parent 1be0b07234
commit b2589159f7
2 changed files with 7 additions and 8 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:20 wiz Exp $
# $NetBSD: Makefile,v 1.33 2016/04/29 07:40:08 mef Exp $
DISTNAME= Tree-DAG_Node-1.26
DISTNAME= Tree-DAG_Node-1.29
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
EXTRACT_SUFX= .tgz

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.16 2015/11/03 03:28:56 agc Exp $
$NetBSD: distinfo,v 1.17 2016/04/29 07:40:08 mef Exp $
SHA1 (Tree-DAG_Node-1.26.tgz) = 89cedf61dfe5176f1a1ee3d2b625a0ed4c29461d
RMD160 (Tree-DAG_Node-1.26.tgz) = f9688ca023177e507832c4f9f91cad2b071ad0d2
SHA512 (Tree-DAG_Node-1.26.tgz) = 226f824d46ad49362ffb12cc2eb9020891562f7fa85be4f8e382ebf5fe5c1c85c843ab45a5b63429120d9b75a698ba09d9497eaabc2b6c29bff0ef6681241259
Size (Tree-DAG_Node-1.26.tgz) = 56728 bytes
SHA1 (Tree-DAG_Node-1.29.tgz) = ad1f84f7e0b7ea983b06d800e59c6860f6cdf3e3
RMD160 (Tree-DAG_Node-1.29.tgz) = e7d86a50db9623cfbe9e6c1508daefab4fbc230f
SHA512 (Tree-DAG_Node-1.29.tgz) = ec5ef67834360a0931bf742f5814b92ecdacf3751801028c85485f3c51c21a139d2095974b1df65aafbb24e78611d92b013c9473efd6c24381c54b2d698d3b42
Size (Tree-DAG_Node-1.29.tgz) = 52498 bytes