summaryrefslogtreecommitdiff
path: root/lib/Getopt
Commit message (Collapse)AuthorAgeFilesLines
* do not count tests, instead use done_testing()Michiel Beijen2021-12-041-1/+3
| | | | | | | | | | | | | | | Having to count tests is annoying for maintainers. Also, manually updating count tests is problematic when multiple people are working on the same code; it causes merge conflicts and recounts. done_testing() is available since Test::More 0.88 which was released in 2009. This commit changes all tests under lib/ that use Test::More and were planning the number of tests. Michiel Beijen is now a Perl author
* Fix enough code to get make test_prep working with -dDusedefaultstrictTodd Rinaldo2020-10-132-4/+14
| | | | | | | | | This change fixes enough code that it's possible to run make test_prep when perl is compiled with -Dusedefaultstrict. There are 2 caveats to this: - Does not address XSLoader/DynaLoader already submitted in another PR. - Does not address cpan/Pod-Usage or cpan/Text-Tabs which continue to be outstanding upstream.
* Getopt::Std: Changed pod NAME to follow conventionNeil Bowers2017-02-081-2/+2
| | | | See thread at http://nntp.perl.org/group/perl.perl5.porters/242374
* Correct typo reported by Hauke D. (RT #41359)James E Keenan2014-09-071-3/+3
| | | | Increment $VERSION for Getopt::Std.
* Clarify documentation re switch expecting an argument but none is provided.James E Keenan2013-08-072-37/+62
| | | | | | | | | | | | | | | | When a switch is expecting an argument but fails to be provided with one, the value of the corresponding element in the options hash is set to the undefined value. The documentation did not make this clear. The documentation for getopts() and getopt() has been revised and additional tests have been provided to demonstrate the point. Tweaked in response to feedback from Karl Williamson++. Also, unit tests found in lib/Getopt/Std.t actually for Getopt::Long have been removed. A patch holding those tests has been submitted to Getopt-Long's bug queue on rt.cpan.org. For: RT #41359
* Increase $Getopt::Std::VERSION to 1.09Father Chrysostomos2013-06-221-1/+1
|
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-1/+2
|
* Bump $Getopt::Std::VERSION following commit 0c0a84c65e572a92.Nicholas Clark2013-05-201-1/+1
|
* Document getopts before getopt, and de-recommend getopt.Reuben Thomas2013-05-191-10/+12
|
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
|
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
|
* Move Getopt::Long from lib to ext.Nicholas Clark2009-09-139-3678/+0
|
* Silence more deprecation warnings in compatibility tests for Getopt::LongSteffen Mueller2009-09-031-1/+11
|
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
|
* Upgrade to Getopt::Long 2.38Rafael Garcia-Suarez2009-03-313-44/+71
|
* Fix synchronization of Getopt::Long CHANGES file to 2.37Steffen Mueller2009-03-081-1/+1
|
* synchronize Getopt::Long CHANGES file to the corresponding CHANGES file in ↵Steffen Mueller2009-03-081-0/+6
| | | | the current stable CPAN release 2.37
* Bump VERSIONs in all non-dual-lived modules that have changedSteve Hay2008-09-151-1/+1
| | | | | | | | | | since 5.8.8, ready for merging into maint-5.8 prior to 5.8.9. (Many (all?) of these should really have been changed prior to 5.10.0, but better late than never.) Also modify cmpVERSION.pl to skip uninstalled test modules whose VERSIONs don't really matter. p4raw-id: //depot/perl@34365
* document return value of Getopt::Std::getopts()Mark-Jason Dominus2007-11-231-0/+1
| | | | | Message-ID: <20071123145438.6593.qmail@plover.com> p4raw-id: //depot/perl@32466
* Upgrade to Getopt-Long-2.37Steve Peters2007-10-021-8/+9
| | | p4raw-id: //depot/perl@32009
* Upgrade to Getopt::Long 2.36Rafael Garcia-Suarez2007-01-317-71/+343
| | | p4raw-id: //depot/perl@30086
* Version bump to go along with change #27185Steve Peters2006-02-151-1/+1
| | | | | p4raw-link: @27185 on //depot/perl: 70e28ff32415da9c0786352e034cc6de6db9ec65 p4raw-id: //depot/perl@27186
* Getopt::Long::Configure 'no_getopt_compat'Abigail2006-02-151-0/+2
| | | | | Message-ID: <20060214225806.GA4120@abigail.nl> p4raw-id: //depot/perl@27185
* Upgrade to Getopt-Long-2.35Steve Peters2005-12-151-23/+32
| | | p4raw-id: //depot/perl@26359
* Typo fix, by Olivier BlinRafael Garcia-Suarez2005-11-281-1/+1
| | | p4raw-id: //depot/perl@26223
* Upgrade to Getopt::Long 2.34_04Rafael Garcia-Suarez2005-11-277-43/+143
| | | p4raw-id: //depot/perl@26216
* Typos in *.p[lm]Piotr Fusik2005-08-021-7/+7
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Upgrade to Getopt::Long 2.34_01Rafael Garcia-Suarez2004-01-012-20/+161
| | | p4raw-id: //depot/perl@22029
* Bump VERSION numbersNicholas Clark2003-12-301-1/+1
| | | p4raw-id: //depot/perl@22018
* Fix some of the pods to produce more standard manpages,Rafael Garcia-Suarez2003-12-131-3/+1
| | | | | as reported by Eric S. Raymond. p4raw-id: //depot/perl@21885
* Let's call it 2.34, already (from Johan).Jarkko Hietaniemi2003-09-231-7/+7
| | | p4raw-id: //depot/perl@21340
* Upgrade to Getopt::Long 2.33_03.Jarkko Hietaniemi2003-09-222-57/+127
| | | p4raw-id: //depot/perl@21303
* Re: [PATCH 5.8.1 @19053] Getopt::StdIlya Zakharevich2003-09-161-0/+18
| | | | | Message-ID: <20030604074523.GA7148@math.berkeley.edu> p4raw-id: //depot/perl@21245
* Upgrade to Getopt::Long 2.33Rafael Garcia-Suarez2003-05-203-28/+28
| | | | | (mostly a version number increment) p4raw-id: //depot/perl@19574
* Upgrade to Getopt::Long 2.32_05Rafael Garcia-Suarez2003-05-177-70/+406
| | | p4raw-id: //depot/perl@19541
* Implement support for --help and --version in Getopt::StdIlya Zakharevich2003-04-081-4/+99
| | | | | | Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std Message-ID: <20030408000714.GA953@math.berkeley.edu> p4raw-id: //depot/perl@19171
* Missing from #17321.Jarkko Hietaniemi2002-06-201-0/+9
| | | p4raw-id: //depot/perl@17326
* (Retract #17316 and) upgrade to Getopt::Long 2.32.Jarkko Hietaniemi2002-06-201-36/+13
| | | p4raw-id: //depot/perl@17321
* (retracted by #17321) Make Getopt::Long ithread-safe.Jarkko Hietaniemi2002-06-201-0/+15
| | | p4raw-id: //depot/perl@17316
* Getopt::Std clarification from John Borwick.Jarkko Hietaniemi2002-05-211-3/+3
| | | p4raw-id: //depot/perl@16728
* Upgrade to Getopt::Long 2.31.Jarkko Hietaniemi2002-05-051-7/+7
| | | p4raw-id: //depot/perl@16408
* Update to Getopt::Long 2.30.Jarkko Hietaniemi2002-05-011-24/+30
| | | p4raw-id: //depot/perl@16288
* Getopt::Long 2.29 from Johan Vromans.Jarkko Hietaniemi2002-03-202-25/+24
| | | p4raw-id: //depot/perl@15368
* Upgrade to Getopt::Long 2.28.Jarkko Hietaniemi2002-02-253-46/+157
| | | p4raw-id: //depot/perl@14872
* Upgrade to Getopt::Long 2.26_03.Jarkko Hietaniemi2001-11-151-13/+12
| | | p4raw-id: //depot/perl@13026
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* Update to Getopt::Long 2.26_02, from Johan Vromans.Jarkko Hietaniemi2001-10-202-242/+323
| | | p4raw-id: //depot/perl@12533
* Getopt::Std cleanupRafael Garcia-Suarez2001-09-182-52/+59
| | | | | Message-Id: <20010918173213.C777@rafael> p4raw-id: //depot/perl@12070
* Rename the Getopt::Long tests to be as they areJarkko Hietaniemi2001-08-054-0/+0
| | | | | in the Getopt::Long official distribution. p4raw-id: //depot/perl@11588
* Upgrade to Getopt::Long 2.26.Jarkko Hietaniemi2001-08-053-24/+527
| | | p4raw-id: //depot/perl@11587