pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-POE
Module Name: pkgsrc
Committed By: mef
Date: Sat Sep 5 13:44:39 UTC 2015
Modified Files:
pkgsrc/devel/p5-POE: Makefile distinfo
Log Message:
Update 1.366 to 1.367
---------------------
(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")
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-POE/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-POE/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index