Move tests under 'threads' module
[p5sagit/p5-mst-13.2.git] / t / pod / pod2usage.xr
index 7315d40..853348f 100644 (file)
@@ -38,7 +38,7 @@ OPTIONS AND ARGUMENTS
 DESCRIPTION
     pod2usage will read the given input file looking for pod documentation
     and will print the corresponding usage message. If no input file is
-    specifed than standard input is read.
+    specified than standard input is read.
 
     pod2usage invokes the pod2usage() function in the Pod::Usage module.
     Please see the pod2usage() entry in the Pod::Usage manpage.
@@ -47,6 +47,8 @@ SEE ALSO
     the Pod::Usage manpage, the pod2text(1) manpage
 
 AUTHOR
+    Please report bugs using http://rt.cpan.org.
+
     Brad Appleton <bradapp@enteract.com>
 
     Based on code for pod2text(1) written by Tom Christiansen