8
0
forked from pool/perl-Test-TCP

- update to 1.15:

+ ${^CHILD_ERROR_NATIVE} is only available in perl > 5.8.9
  + Fixed testing issue on AIX.
    https://rt.cpan.org/Public/Bug/Display.html?id=72779
  + depend to Test::SharedFork 0.19 for better TB2 support
  + change port number range from 10000 .. 11000 to 
    50000 .. 60000 to respect IANA.
    https://rt.cpan.org/Ticket/Display.html?id=64012
  + more diagnostic messages
  + localize $@ in Test::TCP::DESTROY
  + added Test::TCP->stop method
  + added document in FAQ section
  + new OO interface!
  + allow forking in the client(lestrrat)
- updated dependencies
- small specfile cleanup

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-TCP?expand=0&rev=6
This commit is contained in:
Lars Vogdt
2012-06-07 18:21:13 +00:00
committed by Git OBS Bridge
parent 22dd0249d0
commit 6d49c511cc
5 changed files with 40 additions and 24 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jun 7 18:18:25 UTC 2012 - lars@linux-schulserver.de
- update to 1.15:
+ ${^CHILD_ERROR_NATIVE} is only available in perl > 5.8.9
+ Fixed testing issue on AIX.
https://rt.cpan.org/Public/Bug/Display.html?id=72779
+ depend to Test::SharedFork 0.19 for better TB2 support
+ change port number range from 10000 .. 11000 to
50000 .. 60000 to respect IANA.
https://rt.cpan.org/Ticket/Display.html?id=64012
+ more diagnostic messages
+ localize $@ in Test::TCP::DESTROY
+ added Test::TCP->stop method
+ added document in FAQ section
+ new OO interface!
+ allow forking in the client(lestrrat)
- updated dependencies
- small specfile cleanup
-------------------------------------------------------------------
Wed Dec 1 06:55:45 UTC 2010 - coolo@novell.com