Skip to content

Commit

Permalink
Update 1.366 to 1.367
Browse files Browse the repository at this point in the history
---------------------
(below is compiled from CHANGES)
================================
2015-06-03 10:10:18 -0400 v1_367
================================
 -  Version bump for release.
 -  Merge pull request #22 from zhouzhen1/prchallenge
 -  Some trivial changes for the CPAN PR challenge.
 -  rt.cpan.org 96039. Avoid close() on a FIFO until the reader is done.

 -  Cygwin seems to block on close() if a FIFO contains data. This test
    deadlocks because it expects the ability to read from the FIFO
    asynchronously later.

 -  rt.cpan.org 100499. Fix SuccessEvent values for AF_INET6.
 -  Applied ketas' micro patches, and updated an example in the docs.
 -  rt.cpan.org 101227. Comment on an unused assertion.
 -  rt.cpan.org 103842. Skip YAML line ending test on contemporary YAML.
 -  a couple of pod typo fix
 -  add 'use strict' to POE/Queue.pm and POE/Resource.pm
 -  Merge pull request #20 from nanis/nanis-fix-for-nmake

 -  Hard coded Unix-style directory separator causes problems on Windows
    with nmake

 -  Enable bind for IN6ADDR_ANY
 -  Use File::Spec->catfile to compose certain paths

 -  Surrounding them with double quotes worked on Windows, but created
    problems on other systems.

 -  Quote paths to fix errors with nmake on Windows
 -  C:\...\POE-1.366> nmake test

 -  "C:\opt\perl-5.20.1\bin\perl.exe" mylib/gen-tests.perl lib/POE.pm
    Can't open perl script "mylib": Permission denied NMAKE : fatal error
    U1077: 'C:\opt\perl-5.20.1\bin\perl.exe' : return code '0xd' Stop.

 -  This happens because perl ends up seeing mylib and /gen-tests.perl as
    two separate thingies. It seemed to me that the most straightforward
    solution which I do not think should effect any other platforms is to
    quote the filename arguments. Hope this makes sense.

 -  Make loop discovery O(M+N) instead of O(M*N) stat() operations.
 -  fix typo ("Consier" => "Consider")
  • Loading branch information
mef committed Sep 5, 2015
1 parent 63ef179 commit 5a4532e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-POE/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.31 2015/07/12 18:56:16 wiz Exp $
# $NetBSD: Makefile,v 1.32 2015/09/05 13:44:39 mef Exp $

DISTNAME= POE-1.366
DISTNAME= POE-1.367
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-POE/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2015/02/08 06:47:32 mef Exp $
$NetBSD: distinfo,v 1.13 2015/09/05 13:44:39 mef Exp $

SHA1 (POE-1.366.tar.gz) = bb0038679a19bbbfded8f22efed26ae75d7acee9
RMD160 (POE-1.366.tar.gz) = 2102fe1faaa512d0851edb9d66fb0734366c96ed
Size (POE-1.366.tar.gz) = 382565 bytes
SHA1 (POE-1.367.tar.gz) = 99ba9f4251cd732cd46d36400c5c3ff76a9bf142
RMD160 (POE-1.367.tar.gz) = 4790807d16d300bca2ebd41c067ceefb06262554
Size (POE-1.367.tar.gz) = 381473 bytes

0 comments on commit 5a4532e

Please sign in to comment.