summaryrefslogtreecommitdiff
path: root/lib/Getopt/Long/README
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-31 13:58:40 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-31 13:58:40 +0000
commit8de02997ac38b64dd5d3d654b85f7d29a1fc56af (patch)
treeb3ce5bcc2004d130430d4f4e43b8725b040cbb8e /lib/Getopt/Long/README
parent0cd10f52059c60990d7cf337e190bb16778b8c4a (diff)
downloadperl-8de02997ac38b64dd5d3d654b85f7d29a1fc56af.tar.gz
Upgrade to Getopt::Long 2.36
p4raw-id: //depot/perl@30086
Diffstat (limited to 'lib/Getopt/Long/README')
-rw-r--r--lib/Getopt/Long/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Getopt/Long/README b/lib/Getopt/Long/README
index cddaec1e78..fb653f3a35 100644
--- a/lib/Getopt/Long/README
+++ b/lib/Getopt/Long/README
@@ -11,10 +11,10 @@ instead of single letters, and are introduced with a double dash `--'.
Optionally, Getopt::Long can support the traditional bundling of
single-letter command line options.
-Getopt::Long::GetOptions() is part of the Perl 5 distribution. It is
-the successor of newgetopt.pl that came with Perl 4. It is fully
-upward compatible. In fact, the Perl 5 version of newgetopt.pl is just
-a wrapper around the module.
+Getopt::Long is part of the Perl 5 distribution. It is the successor
+of newgetopt.pl that came with Perl 4. It is fully upward compatible.
+In fact, the Perl 5 version of newgetopt.pl is just a wrapper around
+the module.
For complete documentation, see the Getopt::Long POD document or use
the command
@@ -200,7 +200,7 @@ Or use the CPAN search engine:
COPYRIGHT AND DISCLAIMER
========================
-Module Getopt::Long is Copyright 2005,1990 by Johan Vromans.
+Module Getopt::Long is Copyright 2006,1990 by Johan Vromans.
This program is free software; you can redistribute it and/or
modify it under the terms of the Perl Artistic License or the
GNU General Public License as published by the Free Software