From: Matt S Trout Date: Sat, 19 Jun 2010 21:14:39 +0000 (+0100) Subject: doc 04febe, f06daa X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c7e77c7050f47e37fd9d79a463e1c71fe8fd2be3;p=p5sagit%2Fp5-mst-13.2.git doc 04febe, f06daa --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 9907c33..c035969 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -92,10 +92,21 @@ cribbed. =head2 Updated Modules +=head2 Locale-Codes 3.13 + Locale::Country, Locale::Language and Locale::Currency were updated from 3.12 to 3.13 of the Locale-Codes distribution to include locale code changes (e1137b). +=head2 Thread-Semaphore 2.11 + +Added new methods ->down_nb() and ->down_force() at the suggestion of Rick +Garlick. + +Refactored methods to skip argument validation when no argument is supplied. + +(04febe, f06daa) + =head2 Removed Modules and Pragmata =head1 Utility Changes @@ -156,7 +167,7 @@ one's own code's behaviour without stomping on anybody else (71648f). $# and $* were both disabled as of perl5 version 10; this release adds documentation to that effect, a description of the results of continuing to try and use them, and a note explaining that $# can also function as a -sigil in the $#array form. +sigil in the $#array form (7f315d2). =head2 INSTALL explicitly states the requirement for C89