diff options
author | Robin Barker <RMBarker@cpan.org> | 2002-02-27 12:25:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-27 13:41:14 +0000 |
commit | d952f8c8d205cb95c4eae930b438f929b6012eae (patch) | |
tree | 9fbfd12df7a9a44badbe6e8ad3a4775b3d160bb3 /lib | |
parent | b170a95e1497aaad96fddbaacc516bcfa981b171 (diff) | |
download | perl-d952f8c8d205cb95c4eae930b438f929b6012eae.tar.gz |
Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
p4raw-id: //depot/perl@14892
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CGI.pm | 2 | ||||
-rw-r--r-- | lib/Math/BigInt.pm | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/CGI.pm b/lib/CGI.pm index c07625df08..78bc931466 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -5759,6 +5759,7 @@ field. The second argument (-src) is also required and specifies the URL =item 3. + The third option (-align, optional) is an alignment type, and may be TOP, BOTTOM or MIDDLE @@ -6192,6 +6193,7 @@ Returns either the remote host name or IP address. if the former is unavailable. =item B<script_name()> + Return the script name as a partial URL, for self-refering scripts. diff --git a/lib/Math/BigInt.pm b/lib/Math/BigInt.pm index cb199164ca..3f9e558b8d 100644 --- a/lib/Math/BigInt.pm +++ b/lib/Math/BigInt.pm @@ -2655,7 +2655,8 @@ If used on an object, it will set it to one: $x->bone(); # +1 $x->bone('-'); # -1 -=head2 is_one()/is_zero()/is_nan()/is_positive()/is_negative()/is_inf()/is_odd()/is_even()/is_int() +=head2 is_one() / is_zero() / is_nan() / is_positive() / is_negative() / +is_inf() / is_odd() / is_even() / is_int() $x->is_zero(); # true if arg is +0 $x->is_nan(); # true if arg is NaN |