Skip to content

Commit

Permalink
Update to 0.36
Browse files Browse the repository at this point in the history
Upstream changes:
0.36  Tue Feb 16 22:16:21 CST 2016

 - 117bd64 - Use croak instead of die; use eval syntax instead of universal::isa (as perlcritic wishes) <viviparous>
 - 4b620b6 - Load File::Copy and Perl::OSType only when used (copy_to, move_to) <Olivier Mengu矇>
 - 55ecb58 - always use canonpath on arguments to splitdir <Andrew Gregory>
 - 25c12f7 - Fix 'Operation "eq": no method found' error (RT #77259), whose underlying cause
   isn't really understood. <mzrinsky>
 - 935eeed - Add some fixes & tests for contains() with updir stuff (github #43) <Ken Williams>
 - 927fa74 - Fix Carp::Croak to Carp::croak <Ken Williams>
 - 2d615ca 34da6d3 5fcad02 1b7be68 a622acf - Fixed and improved Travis testing configuration <Dave Rolsky>
 - 2a74c40 - Fix Pod typos <苤迮�迣迮邿 �郋邾訄郇郋赲>
 - 28ca95a - Check all print calls in spew and explicitly call (and check) close <Dave Rolsky>
  • Loading branch information
wen committed Feb 17, 2016
1 parent 7213730 commit 4c30485
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Path-Class/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.25 2015/07/12 18:56:17 wiz Exp $
# $NetBSD: Makefile,v 1.26 2016/02/17 14:03:48 wen Exp $

DISTNAME= Path-Class-0.35
DISTNAME= Path-Class-0.36
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Path-Class/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.14 2015/11/03 03:28:39 agc Exp $
$NetBSD: distinfo,v 1.15 2016/02/17 14:03:48 wen Exp $

SHA1 (Path-Class-0.35.tar.gz) = d2b622240e32d9bd9df2e449cce7fb26f092e36c
RMD160 (Path-Class-0.35.tar.gz) = f522843bfbdc8f944a43b0a0c0c3efea8c731940
SHA512 (Path-Class-0.35.tar.gz) = cfbd27bf4756bade7a9abd081eda79058c0225d4a803a34a2bfe2a6c2eef954908b33843f352c562599edc420ca7a0063e9f7fd9fdd1d608ecea230e585287e2
Size (Path-Class-0.35.tar.gz) = 34086 bytes
SHA1 (Path-Class-0.36.tar.gz) = b3ac1918ac5694705017ea889058255193f46879
RMD160 (Path-Class-0.36.tar.gz) = ccd9d40da2812cfc676f9e4058fb115fe61fc45f
SHA512 (Path-Class-0.36.tar.gz) = 17ab96c897537a5964efecc3d4883fedc048145f4980d3959cf501a7646f2f7837614da9e379411f7ecb1f8de1bf23615ee57555cc437878470865b3fabc4c2d
Size (Path-Class-0.36.tar.gz) = 37033 bytes

0 comments on commit 4c30485

Please sign in to comment.