Update to 1.81

Upstream changes:
revision 1.81  2014-10-25
----------------------------
    - Fix overly-enthusiastic parenthesis unroller (RT#99503)

revision 1.80  2014-10-05
----------------------------
    - Fix erroneous behavior of is_literal_value($) wrt { -ident => ... }
    - Explicitly croak on top-level special ops (they didn't work anyway)

revision 1.79  2014-09-25
----------------------------
    - New exportable functions: is_literal_value($) and is_plain_value($)
    - New attribute 'escape_char' allowing for proper escape of quote_chars
      present in an identifier
    - Deprecate { "" => \... } constructs
    - Treat { -value => undef } as plain undef in all cases
    - Explicitly throw on { -ident => undef }
This commit is contained in:
wen 2014-11-16 12:10:55 +00:00
parent 5b1843214b
commit fbbe9dd599
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.32 2014/10/09 13:44:36 wiz Exp $
# $NetBSD: Makefile,v 1.33 2014/11/16 12:10:55 wen Exp $
DISTNAME= SQL-Abstract-1.78
DISTNAME= SQL-Abstract-1.81
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.20 2014/06/09 18:35:48 schmonz Exp $
$NetBSD: distinfo,v 1.21 2014/11/16 12:10:55 wen Exp $
SHA1 (SQL-Abstract-1.78.tar.gz) = 7224f14f91906a3c8211236702e9d7dc34d9c63b
RMD160 (SQL-Abstract-1.78.tar.gz) = 9d2c727d975bfeb2bf56727e2d6914ce06569a7e
Size (SQL-Abstract-1.78.tar.gz) = 97200 bytes
SHA1 (SQL-Abstract-1.81.tar.gz) = ee523af6deb2425ebccd2166c2d90dfab804abe0
RMD160 (SQL-Abstract-1.81.tar.gz) = c51d04ba22e10f6b36dadf5cb6701c9b2be96a1c
Size (SQL-Abstract-1.81.tar.gz) = 103010 bytes