Skip to content

Commit

Permalink
p5-autobox: update to 3.0.1.
Browse files Browse the repository at this point in the history
3.0.1 Sat 5 May 20:50:14 2018

    - GH #11: fix version declaration on 5.8 (thanks, Grinnz)

3.0.0 Sat 5 May 18:10:16 2018

    - breaking change:
        - the behaviour of UNIVERSAL methods like $native->can and
          $native->isa is now defined as being the same as when autobox
          is not enabled rather than "undefined". (technically, this
          still falls under the rubric of "undefined", but the switch
          from "don't know" to "don't" could break buggy code, so bump
          for safety)
        - add DOES to the list of non-autoboxed methods
    - switch to SemVer i.e. 2.86 (v2.860.0) -> 3.0.0 (v3.0.0)
    - upgrade ppport.h from 3.35 -> 3.42
  • Loading branch information
0-wiz-0 committed May 6, 2018
1 parent eadd046 commit 75aa044
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devel/p5-autobox/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.19 2018/05/02 12:19:01 wiz Exp $
# $NetBSD: Makefile,v 1.20 2018/05/06 06:54:16 wiz Exp $

DISTNAME= autobox-2.86
PKGNAME= p5-${DISTNAME}
DISTNAME= autobox-v3.0.1
PKGNAME= p5-${DISTNAME:S/v//}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-autobox/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2018/05/02 12:19:01 wiz Exp $
$NetBSD: distinfo,v 1.12 2018/05/06 06:54:16 wiz Exp $

SHA1 (autobox-2.86.tar.gz) = 3f88f8ea7a9f2249c8ce8050c4eb93c2c778ec7b
RMD160 (autobox-2.86.tar.gz) = 6ecbbd73f5cdfac8fe6ca64b7ace33179d80b17a
SHA512 (autobox-2.86.tar.gz) = ab4d41cfddb10a03e6bdb47a81cbf2a41f5c2f518dd674e9af17a3127589d8b4d84d50f4293291517fb24b9c1b022dfcecafd7acf5d0d1e693528353ccc9c186
Size (autobox-2.86.tar.gz) = 85350 bytes
SHA1 (autobox-v3.0.1.tar.gz) = 1f9e9952a9e5371ee5b7703523e6789f389c9ad0
RMD160 (autobox-v3.0.1.tar.gz) = a6fb5a8f7017cc1d1b21033a63e041a49a214221
SHA512 (autobox-v3.0.1.tar.gz) = 401d5e87e15cf26362a88e5d23d8c9e842b951c03ac7010da2317af5ea897fa1fe2e4862cc5c691f25851fd5ba5398935c27f6d9f87fbc2fe52bb68a25d3d3a0
Size (autobox-v3.0.1.tar.gz) = 87047 bytes

0 comments on commit 75aa044

Please sign in to comment.