Skip to content

Commit

Permalink
Update to 3.1.0
Browse files Browse the repository at this point in the history
Upstream changes:
3.1.0 2013-11-16 16:46:35+0900
    [BUG FIXES]
    - Close #95; $/ affected the parse() method

    [FEATURES]
    - Add $xslate->validate($file) method to check template syntax

3.0.2 2013-11-15 21:56:53+0900
    [BUG FIXES]
    - Fix a mojibake issue where utf8::upgrade() was always called when
      loading caches (hanabukuro++)

3.0.1 2013-11-04 12:27:51+0900
    [TEST FIXES]
    - Fix a test that might fail on a slow machine like Raspberry Pi
      (Getty++)

3.0.0 2013-10-18 08:59:22+0900
    - No code changes from 2.1.0, just re-packaging for package managers

2.1.0 2013-10-17 22:18:21+0900
    [BUG FIXES]
    - Fix an issue that multi-bytes string literals used for a hash key
      was not dealt as a text string (@niratama++)
      WARNING: this change could break your code if you use multi-byte
               text string as a hash key.

2.0010 2013-10-07 21:56:12+0900
    [BUG FIXES]
    - Fix an issue that vpath with text-strings raised errors
      on newer perls due to specification changes in PerlIO::scalar (#90)
    - Documentation tweaks (#84, #86)
  • Loading branch information
wen committed Nov 30, 2013
1 parent 20605b9 commit adb36ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/p5-Text-Xslate/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.10 2013/08/26 01:54:24 wen Exp $
# $NetBSD: Makefile,v 1.11 2013/11/30 10:17:14 wen Exp $
#

DISTNAME= Text-Xslate-2.0009
DISTNAME= Text-Xslate-3.1.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-Text-Xslate/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2013/08/26 01:54:24 wen Exp $
$NetBSD: distinfo,v 1.7 2013/11/30 10:17:14 wen Exp $

SHA1 (Text-Xslate-2.0009.tar.gz) = 6b9c0a14234c182a653fe7238db0802eae6c2a87
RMD160 (Text-Xslate-2.0009.tar.gz) = 59235d46ff3e7643365f9ce1424413a2d99ae58b
Size (Text-Xslate-2.0009.tar.gz) = 220519 bytes
SHA1 (Text-Xslate-3.1.0.tar.gz) = 1e51fb72082a1bbe3817cb2f25aee3fe387918b1
RMD160 (Text-Xslate-3.1.0.tar.gz) = c9a5ab92f3c1cf2e5506ffc5989cd3fa2f2a71df
Size (Text-Xslate-3.1.0.tar.gz) = 222546 bytes

0 comments on commit adb36ac

Please sign in to comment.