X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=blobdiff_plain;f=Changes;h=41339f168af75950c7dade1960f65d7280328484;hp=770f607f956bcf9eaf1591e6f3642b7f2f6c839b;hb=9df381fa9059d0ceb298bbf49924a873b816e829;hpb=7d694e6f49e219b9c5f62d323666ca2854d51f50 diff --git a/Changes b/Changes index 770f607..41339f1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for with +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.