Sun Feb 8 02:53:33 2015 UTC ()
Update to 0.004012
------------------
0.004012  Wed Feb  4 09:46:17 2015

    * Added -void option to silence void warnings

    * Added ability to declare lexically scoped wrapper subs
      (thanks Schwern!)

    * Documented incompatibility with Moose
      (thanks Torbjæ·¡rn!)

    * Handle terminal escape sequences (e.g. arrow keys) more gracefully
      (Thanks, Lukasz!)


(mef)
diff -r1.6 -r1.7 pkgsrc/devel/p5-IO-Prompter/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-IO-Prompter/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-IO-Prompter/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-Prompter/Makefile 2014/10/09 14:06:20 1.6
+++ pkgsrc/devel/p5-IO-Prompter/Makefile 2015/02/08 02:53:33 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2014/10/09 14:06:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2015/02/08 02:53:33 mef Exp $
2# 2#
3 3
4DISTNAME= IO-Prompter-0.004011 4DISTNAME= IO-Prompter-0.004012
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/IO-Prompter/ 10HOMEPAGE= http://search.cpan.org/dist/IO-Prompter/
11COMMENT= Prompt for, read, vet, chomp, and encapsulate input 11COMMENT= Prompt for, read, vet, chomp, and encapsulate input
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PERL5_REQD+= 5.10 14PERL5_REQD+= 5.10
15 15
16DEPENDS+= p5-Contextual-Return-[0-9]*:../../devel/p5-Contextual-Return 16DEPENDS+= p5-Contextual-Return-[0-9]*:../../devel/p5-Contextual-Return
17 17

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-IO-Prompter/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-Prompter/distinfo 2014/09/15 21:11:00 1.2
+++ pkgsrc/devel/p5-IO-Prompter/distinfo 2015/02/08 02:53:33 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/09/15 21:11:00 schmonz Exp $ 1$NetBSD: distinfo,v 1.3 2015/02/08 02:53:33 mef Exp $
2 2
3SHA1 (IO-Prompter-0.004011.tar.gz) = 8935971b15a3f2ad753afecb287495c2f55eede1 3SHA1 (IO-Prompter-0.004012.tar.gz) = 03326977ec121f987b28a932f1860c05c82d58de
4RMD160 (IO-Prompter-0.004011.tar.gz) = f0b0e273f31d0174cc9f523dbb460b7d64772fd2 4RMD160 (IO-Prompter-0.004012.tar.gz) = a1c6be2a1bb3ccdea5c2c9491c5ba2c1f6c35c88
5Size (IO-Prompter-0.004011.tar.gz) = 42434 bytes 5Size (IO-Prompter-0.004012.tar.gz) = 43731 bytes