summaryrefslogtreecommitdiff
path: root/lib/flush.pl
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Perl 4 core librariesFlorian Ragwitz2011-07-031-36/+0
|
* 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 flush.pl with a warningSteffen Mueller2009-09-021-1/+7
|
* add disclaimer about perl 4 libraries (modified version ofGurusamy Sarathy1999-07-261-0/+9
| | | | | patch suggested by Clinton Pierce <cpierce1@ford.com>) p4raw-id: //depot/perl@3759
* perl 3.0 patch #43 patch #42, continuedLarry Wall1991-01-111-0/+1
| | | | See patch #42.
* perl 3.0 patch #22 patch #19, continuedLarry Wall1990-08-081-0/+22
See patch #19.