summaryrefslogtreecommitdiff
path: root/lib/dotsh.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-5/+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 dotsh.pl with a warningSteffen Mueller2009-09-021-1/+8
|
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-7/+5
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* add disclaimer about perl 4 libraries (modified version ofGurusamy Sarathy1999-07-261-0/+7
| | | | | patch suggested by Clinton Pierce <cpierce1@ford.com>) p4raw-id: //depot/perl@3759
* dotsh.pl triggers new warningsAndy Dougherty1999-02-181-2/+4
| | | | | Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys> p4raw-id: //depot/perl@2973
* Eliminate $`,$' to avoid runtime penaltyPerl 5 Porters1996-05-011-2/+2
|
* 5.002 beta 1Larry Wall1995-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | If you're adventurous, have a look at ftp://ftp.sems.com/pub/outgoing/perl5.0/perl5.002beta1.tar.gz Many thanks to Andy for doing the integration. Obviously, if you consult the bugs database, you'll note there are still plenty of buglets that need fixing, and several enhancements that I've intended to put in still haven't made it in (Hi, Tim and Ilya). But I think it'll be pretty stable. And you can start to fiddle around with prototypes (which are, of course, still totally undocumented). Packrats, don't worry too much about readvertising this widely. Nowadays we're on a T1 here, so our bandwidth is okay. Have the appropriate amount of jollity. Larry
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+67
[editor's note: this commit combines approximate 4 months of furious releases of Andy Dougherty and Larry Wall - see pod/perlhist.pod for details. Andy notes that; Alas neither my "Irwin AccuTrack" nor my DC 600A quarter-inch cartridge backup tapes from that era seem to be readable anymore. I guess 13 years exceeds the shelf life for that backup technology :-(. ]