Skip to content

Commit

Permalink
Update to 20141021
Browse files Browse the repository at this point in the history
Update DEPENDS

Upstream changes:
20141021    Tue Oct 21 02:11:29 PDT 2014
    Promoted to full release

20140920.1910_001   Sat Sep 20 19:10:06 PDT 2014
    New Features
    * Can now specify an alternate name for invocant (besides `$self`)
      [github #82] (thanks Hercynium)

    Bug Fixes
    * Correct parse error on multi-line default values
      [github #106]
    * Using a required param after an optional one now a compile error
      [github #108]

20140806.0226_001   Wed Aug  6 02:26:36 PDT 2014
    Bug Fixes
    * Correct parse error when invocant is preceded by a space
    * Fix bug where undef which should trigger default fails typecheck
      [github #102]

    Distribution Fixes
    * Remove dependency on experimental (breaks 5.8 compat)
      [github #97]

    Misc
    * Refactor signature parsing into its own class
      [github #96]

20140224    Mon Feb 24 14:25:43 PST 2014
    Promoted to full release

20140220.0106_001   Thu Feb 20 01:14:54 PST 2014
    Distribution Fixes
    * Remove dependency on Devel::Pragma
      [github #91], and fixes [github #41]

    Docs
    * Document which features require Data::Alias and Const::Fast
      [github #90]
  • Loading branch information
wen committed Dec 3, 2014
1 parent 8114a46 commit d3baf44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions devel/p5-Method-Signatures/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2014/05/31 02:22:26 obache Exp $
# $NetBSD: Makefile,v 1.9 2014/12/03 07:33:25 wen Exp $

DISTNAME= Method-Signatures-20131010
DISTNAME= Method-Signatures-20141021
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BA/BAREFOOT/}
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Method/}
Expand All @@ -17,11 +16,11 @@ DEPENDS+= p5-Const-Fast>=0.006:../../devel/p5-Const-Fast
DEPENDS+= p5-Data-Alias>=1.08:../../devel/p5-Data-Alias
DEPENDS+= p5-Devel-BeginLift>=0.001001:../../devel/p5-Devel-BeginLift
DEPENDS+= p5-Devel-Declare>=0.006002:../../devel/p5-Devel-Declare
DEPENDS+= p5-Devel-Pragma>=0.40:../../devel/p5-Devel-Pragma
DEPENDS+= {perl>=5.19.11,p5-experimental>=0.005}:../../devel/p5-experimental
DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI
DEPENDS+= p5-Mouse>=0.64:../../devel/p5-Mouse
DEPENDS+= p5-Sub-Name>=0.03:../../devel/p5-Sub-Name
DEPENDS+= p5-Lexical-SealRequireHints>=0.007:../../devel/p5-Lexical-SealRequireHints

BUILD_DEPENDS+= p5-Test-Exception>=0.29:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Warn>=0.10:../../devel/p5-Test-Warn
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Method-Signatures/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2014/01/02 16:27:12 schmonz Exp $
$NetBSD: distinfo,v 1.4 2014/12/03 07:33:25 wen Exp $

SHA1 (Method-Signatures-20131010.tar.gz) = 512abadc451e1c054003c48a6a6a4fa407ae62c2
RMD160 (Method-Signatures-20131010.tar.gz) = 198f52bee53e776be1b949b67d5e2426cab7de37
Size (Method-Signatures-20131010.tar.gz) = 64689 bytes
SHA1 (Method-Signatures-20141021.tar.gz) = cd27891188e7e292b10609a1b3a5f489463a72d2
RMD160 (Method-Signatures-20141021.tar.gz) = fb0031ecf344fe6d9894747a28749c5124654882
Size (Method-Signatures-20141021.tar.gz) = 70038 bytes

0 comments on commit d3baf44

Please sign in to comment.