Update to 0.18
Upstream changes: 0.18 2013-05-13 12:34:52 PDT-0700 - make tests a bit more tolerant of slow systems, by waiting longer for processes to die (RT#85229, Chisel Wright) 0.17 2013-04-20 - Makefile.PL now prevents installation on MSWin32 0.16 2013-04-14 - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523) - add missing dependency on the version of File::Path which added make_path (RT#79169, Jonathan Sailor) - add missing test dependency on Test::Exception (RT#70382) - document the 'basedir' attribute and its behaviour (RT#83055) - add 'documentation' keys for public attributes, to be used when displaying --help (RT#54295)
This commit is contained in:
parent
84fa20667b
commit
1d4d2a0d61
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2013/05/31 12:40:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/07/27 08:10:13 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-Daemonize-0.15
|
||||
DISTNAME= MooseX-Daemonize-0.18
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2012/10/22 14:09:36 wen Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/07/27 08:10:13 wen Exp $
|
||||
|
||||
SHA1 (MooseX-Daemonize-0.15.tar.gz) = 4b6f3b2eab1a3a2f00ff8ad60b94b194a72e268e
|
||||
RMD160 (MooseX-Daemonize-0.15.tar.gz) = f304ac7b408161f2855e4dee066fac6ffa18a1d5
|
||||
Size (MooseX-Daemonize-0.15.tar.gz) = 33984 bytes
|
||||
SHA1 (MooseX-Daemonize-0.18.tar.gz) = ca48c9874452d905293c238910f1b193af0e960c
|
||||
RMD160 (MooseX-Daemonize-0.18.tar.gz) = b8c22204357bf006e1b1fa1e167a3d11367255c5
|
||||
Size (MooseX-Daemonize-0.18.tar.gz) = 30820 bytes
|
||||
|
|
Loading…
Reference in a new issue