summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-12 05:53:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-12 05:53:40 +0000
commit883d36a60f1dbc0dec153bce822eebaa5172be5d (patch)
tree9d44d5790271ac8cbfebc5b593cc817778bb7160 /pod
parent4b5b211868f30398434fa5a1a79573d04770ccf2 (diff)
downloadperl-883d36a60f1dbc0dec153bce822eebaa5172be5d.tar.gz
apply parts of LynxOS patches from Alan Johnson
<johnson@alonn.gemse.fr> p4raw-id: //depot/perl@4353
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod20
1 files changed, 16 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2713652e96..75423ce778 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -921,6 +921,9 @@ return values from system(1,...).
The C<Shell> module is supported.
+Rudimentary support for building under command.com in Windows 95
+has been added.
+
[TODO - GSAR]
=head1 New tests
@@ -1121,6 +1124,11 @@ from ever returning the correct value has been corrected.
Java Perl Lingo is now distributed with Perl. See jpl/README
for more information.
+=item lib
+
+C<use lib> now weeds out any trailing duplicate entries.
+C<no lib> removes all named entries.
+
=item Math::BigInt
The logical operations C<E<lt>E<lt>>, C<E<gt>E<gt>>, C<&>, C<|>,
@@ -1245,6 +1253,14 @@ change#4232
=over 4
+=item perlcompile.pod
+
+An introduction to using the Perl Compiler suite.
+
+=item perlhack.pod
+
+Some guidelines for hacking the Perl source code.
+
=item perlopentut.pod
A tutorial on using open() effectively.
@@ -1257,10 +1273,6 @@ A tutorial that introduces the essentials of references.
A tutorial on managing class data for object modules.
-=item perlcompile.pod
-
-An introduction to using the Perl Compiler suite.
-
=back
=head1 New Diagnostics