Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecation warning on deprecated-in-core .pl libs | Zefram | 2010-06-28 | 1 | -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 warnings | Steffen Mueller | 2010-04-05 | 1 | -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 warning | Steffen Mueller | 2009-09-02 | 1 | -0/+6 |
| | |||||
* | Upgrade to Getopt::Long 2.38 | Rafael Garcia-Suarez | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | Update to Getopt::Long 2.26_02, from Johan Vromans. | Jarkko Hietaniemi | 2001-10-20 | 1 | -3/+10 |
| | | | p4raw-id: //depot/perl@12533 | ||||
* | Updated to version 2.4 to match Getopt::Long. | Perl 5 Porters | 1996-10-09 | 1 | -1/+7 |
| | |||||
* | Update to version 1.16 | Perl 5 Porters | 1996-05-09 | 1 | -1/+5 |
| | |||||
* | Updated to match newer Getopt::Long. | Perl 5 Porters | 1996-02-07 | 1 | -258/+45 |
| | |||||
* | perl 4.0 patch 28: patch #20, continued | Larry Wall | 1992-06-08 | 1 | -49/+113 |
| | | | | See patch #20. | ||||
* | perl 4.0 patch 15: patch #11, continued | Larry Wall | 1991-11-05 | 1 | -3/+6 |
| | | | | See patch #11. | ||||
* | perl 4.0 patch 7: patch #4, continued | Larry Wall | 1991-06-06 | 1 | -0/+204 |
See patch #4. |