X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=blobdiff_plain;f=Changes;h=61cb815be6a82d55a751d6e201b74b5319ca50b7;hp=770f607f956bcf9eaf1591e6f3642b7f2f6c839b;hb=HEAD;hpb=7d694e6f49e219b9c5f62d323666ca2854d51f50 diff --git a/Changes b/Changes index 770f607..61cb815 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for with +0.03 2017-07-23 21:30 UTC + With this release, this module is formally deprecated. Don't expect any + new release. + + Doc : Document deprecation. + + Fix : Deprecation warnings for \C. + + Upd : Metadata overhaul. + +0.02 2008-05-14 21:40 UTC + + Doc : Added a few caveats. + + Doc : POD quirks. + + Fix : scripts/func.pl wasn't printing all the functions it found, so + all those core functions were not listed (and hence handled) : + chomp dbmopen endprotoent flock gethostbyaddr getnetent + getprotobynumber getservbyport index local my printf recv + rmdir sethostent setsockopt socketpair symlink tied untie + + Fix : Missing 'cmp' operator in the exclude list. + + Fix : A wrapped core function call wrongly resulted into a method call + when repeated at least two times. + 0.01 2008-05-08 22:35 UTC First version, released on an unsuspecting world.