summaryrefslogtreecommitdiff
path: root/lib/newgetopt.pl
Commit message (Collapse)AuthorAgeFilesLines
* deprecation warning on deprecated-in-core .pl libsZefram2010-06-281-0/+2
| | | | | | | | | | | This is a mandatory warning, not obeying -X or lexical warning bits. To make it behave like an internal deprecation warning would be a lot of hassle to do in pure Perl. The warning is modelled on that supplied by deprecate.pm for deprecated-in-core .pm libraries. It points to the specific CPAN distribution that contains the .pl libraries. The CPAN version, of course, does not generate the warning.
* Remove perl4-library deprecation warningsSteffen Mueller2010-04-051-4/+0
| | | | | | | | | | | | | | | | After the recent, long discussion about this topic and demonstrated cases where the deprecation warnings may actually *break* things, we agreed on IRC to push the "active" deprecation warnings to after 5.12. --Steffen From f1b2d650aa126e06fc270dd0a44b8a6bf0da6e2c Mon Sep 17 00:00:00 2001 From: Steffen Mueller <smueller@cpan.org> Date: Mon, 5 Apr 2010 15:12:41 +0200 Subject: [PATCH] Remove deprecation warnings from perl4-era tools The libraries still have deprecation warnings in their comments but the mandatory run-time warnings are disabled until after 5.12.
* Deprecate newgetopt.pl with a warningSteffen Mueller2009-09-021-0/+6
|
* Upgrade to Getopt::Long 2.38Rafael Garcia-Suarez2009-03-311-1/+1
|
* Update to Getopt::Long 2.26_02, from Johan Vromans.Jarkko Hietaniemi2001-10-201-3/+10
| | | p4raw-id: //depot/perl@12533
* Updated to version 2.4 to match Getopt::Long.Perl 5 Porters1996-10-091-1/+7
|
* Update to version 1.16Perl 5 Porters1996-05-091-1/+5
|
* Updated to match newer Getopt::Long.Perl 5 Porters1996-02-071-258/+45
|
* perl 4.0 patch 28: patch #20, continuedLarry Wall1992-06-081-49/+113
| | | | See patch #20.
* perl 4.0 patch 15: patch #11, continuedLarry Wall1991-11-051-3/+6
| | | | See patch #11.
* perl 4.0 patch 7: patch #4, continuedLarry Wall1991-06-061-0/+204
See patch #4.