diff options
author | Joseph S. Myers <jsm28@hermes.cam.ac.uk> | 1996-09-20 15:08:33 +0100 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-20 15:08:33 +0100 |
commit | 1fef88e72b0b21420614d87ecab0aaedf3725271 (patch) | |
tree | 12e4d27d75a69c3c3bfe2e5be19ce1298d39af74 /lib/FindBin.pm | |
parent | 3c8c04f28a9e6693f95217cf81ec5f2cdb2bb4d2 (diff) | |
download | perl-1fef88e72b0b21420614d87ecab0aaedf3725271.tar.gz |
Pod typos, pod2man bugs, and miscellaneous installation comments
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
Diffstat (limited to 'lib/FindBin.pm')
-rw-r--r-- | lib/FindBin.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/FindBin.pm b/lib/FindBin.pm index 4bfc098f1e..242ea5f57b 100644 --- a/lib/FindBin.pm +++ b/lib/FindBin.pm @@ -24,7 +24,7 @@ Locates the full path to the script bin directory to allow the use of paths relative to the bin directory. This allows a user to setup a directory tree for some software with -directories <root>/bin and <root>/lib and then the above example will allow +directories E<lt>rootE<gt>/bin and E<lt>rootE<gt>/lib and then the above example will allow the use of modules in the lib directory without knowing where the software tree is installed. @@ -55,8 +55,8 @@ Workaround is to invoke perl as =head1 AUTHORS -Graham Barr <bodg@tiuk.ti.com> -Nick Ing-Simmons <nik@tiuk.ti.com> +Graham Barr E<lt>F<bodg@tiuk.ti.com>E<gt> +Nick Ing-Simmons E<lt>F<nik@tiuk.ti.com>E<gt> =head1 COPYRIGHT |