Skip to content

Commit

Permalink
Update to 1.50
Browse files Browse the repository at this point in the history
Upstream changes:
1.50  2018-02-10
  *** Revert support for identical start/end delimiters (e.g.: @@foo@@, XXfooXX)
      due to breakage with nested tags (see
      mschout/perl-text-template#8).  Will revisit
      this in a future release.

1.49  2018-02-07
    - Fix failing tests in v1.48 under perl < 5.8.9

1.48  2018-02-07
    - remove COPYING and Artistic files from the dist.  These are replaced by
      the Dist::Zilla generated LICENSE file.
    - use strict/warnings (thanks Mohammad S Anwar)
    - remove $VERSION checks from tests. This makes it easier to run the test
      with Dist::Zilla and avoids maintenance issue of updating the tests for
      each release (Thanks Andrew Ruder).
    - Allow precompiled templates to work with preprocessing [#29928] (Thanks
      Nik LaBelle)
    - Add "strict" option to fill_in().  This adds "use strict" and "use vars
      (...)" to the prepend section, and only the keys of the HASH option are
      allowed in the template.  (Thanks Desmond Daignault, Kivanc Yazan, CJM)
      [55696]
    - Fix templates with inline comments without newline after comment for perl
      < 5.18 [34292]
    - Don't use bareword file handles
    - use three arg form of open()
    - Fix BROKEN behaviour so that it returns the text accumulated so far on
      undef as documented [28974]
    - Source code cleanups
    - Minimum perl version is now 5.8.0
    - Allow start/end delimiters to be identical (e.g.: @@foo@@, XXfooXX)
      (Thanks mirod) [46639]
    - Fix + document the FILENAME parameter to fill_in() (Thanks VDB) [106093]
    - Test suite cleanups:
        + turn on strict/warnings for all tests
        + run tests through perltidy and formatting cleanup
        + remove number prefixes from test names
        + use Test::More instead of generating TAP by hand
        + use three-arg form of open()
        + don't use indirect object syntax
        + don't use bareword file handles
        + use File::Temp to generate temporary files
  • Loading branch information
wen committed Feb 20, 2018
1 parent bb6313f commit 8049ff1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-Text-Template/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.35 2017/06/05 14:24:52 ryoon Exp $
# $NetBSD: Makefile,v 1.36 2018/02/20 10:07:47 wen Exp $

DISTNAME= Text-Template-1.47
DISTNAME= Text-Template-1.50
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}

Expand Down
10 changes: 5 additions & 5 deletions textproc/p5-Text-Template/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2017/03/01 07:24:19 wiz Exp $
$NetBSD: distinfo,v 1.11 2018/02/20 10:07:47 wen Exp $

SHA1 (Text-Template-1.47.tar.gz) = aac45133d5ea51e5b611a788bb44979d4bcd8e92
RMD160 (Text-Template-1.47.tar.gz) = bd94acf826da1f32ae75865e1b03f9f1cced0e52
SHA512 (Text-Template-1.47.tar.gz) = af5ad3fc8191d2dd8609735b6a7d6221e4f7ec668c6bc35650081fee248cdc9676984302d420ac227baf8d2de6f6eb023e01f54290b90508e294ba4309b0e68e
Size (Text-Template-1.47.tar.gz) = 48988 bytes
SHA1 (Text-Template-1.50.tar.gz) = 64d0851065f65a2409e599d7e360921dd5699f13
RMD160 (Text-Template-1.50.tar.gz) = e3f11b1b562b9c8b04f68b18a4cd11e4c1ef72da
SHA512 (Text-Template-1.50.tar.gz) = 593e3414c45ff80bc12a3e318abd2d742df3597cae7a2277af4c80f2f8b439404245675cc6895e3e662bd444ebba92effb01f6e5c0df4bd7861ff94a3afad115
Size (Text-Template-1.50.tar.gz) = 47540 bytes

0 comments on commit 8049ff1

Please sign in to comment.