diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-17 18:36:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-17 18:36:46 +0000 |
commit | 475d79b5e99617ecaabd8d9765f5247b6d49652c (patch) | |
tree | 22f929c220c8dfc0afaa1e141c6a4d5328f489de /pod | |
parent | e87397262fea23fa89ba85aa7fe9c848306450ab (diff) | |
download | perl-475d79b5e99617ecaabd8d9765f5247b6d49652c.tar.gz |
remove FileHandle from list of PodParser dependencies (the
difference is 20 files vs 6 files loaded!)
p4raw-id: //depot/perl@4400
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c203960cbd..8b5675041c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -450,7 +450,7 @@ command before running Perl. The BSD::Resource extension (not included with the standard Perl distribution) may also be of use, it offers the getrlimit/setrlimit interface that can be used to adjust process resource usage limits, including the maximum filesize limit. - + =head2 Long doubles In some systems you may be able to use long doubles to enhance the |