Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (15m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 21:01:38 UTC Now

2015-09-05 13:44:39 UTC MAIN commitmail json YAML

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")

(mef)