From: Jarkko Hietaniemi Date: Tue, 16 Mar 1999 10:38:53 +0000 (+0000) Subject: perldelta niggling. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=868cb350dcb468e38ab88610db226fbaf90fa38c;p=p5sagit%2Fp5-mst-13.2.git perldelta niggling. p4raw-id: //depot/cfgperl@3113 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5b897e6..bb051a3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -286,7 +286,7 @@ Added Dumpvalue module provides screen dumps of Perl data. =item Benchmark -You can now run tests for I seconds instead of guessing the right +You can now run tests for I seconds instead of guessing the right number of tests to run. =item Fcntl @@ -299,13 +299,13 @@ O_ACCMODE: the mask of O_RDONLY, O_WRONLY, and O_RDWR. =item Math::Complex -The accessors methods Re, Im, arg, abs, rho, theta, methods can -($z->Re()) now also act as mutators ($z->Re(3)). +The accessor methods Re, Im, arg, abs, rho, and theta, can now also +act as mutators (accessor $z->Re(), mutator $z->Re(3)). =item Math::Trig A little bit of radial trigonometry (cylindrical and spherical) added, -for example the great circle distance. +radial coordinate conversions and the great circle distance. =item Time::Local