Integrate perlio:
[p5sagit/p5-mst-13.2.git] / pod / perl561delta.pod
index 86235f0..652ff7f 100644 (file)
@@ -601,7 +601,7 @@ send() works from within a pseudo-process.
 
 Unless specifically qualified otherwise, the remainder of this document
 covers changes between the 5.005 and 5.6.0 releases.
+
 =head1 Core Enhancements
 
 =head2 Interpreter cloning, threads, and concurrency
@@ -1052,7 +1052,7 @@ When the last non-weak reference to an object is deleted, the object
 is destroyed and all the weak references to the object are
 automatically undef-ed.
 
-To use this feature, you need the WeakRef package from CPAN, which
+To use this feature, you need the Devel::WeakRef package from CPAN, which
 contains additional documentation.
 
     NOTE: This is an experimental feature.  Details are subject to change.  
@@ -1608,7 +1608,7 @@ messages. For example:
 
     =head1 NAME
 
-    sample - Using GetOpt::Long and Pod::Usage
+    sample - Using Getopt::Long and Pod::Usage
 
     =head1 SYNOPSIS