summaryrefslogtreecommitdiff
path: root/lib/bigrat.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (spelling errors) in lib/*Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81890] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81890 > Signed-off-by: Abigail <abigail@abigail.be>
* 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.
* don't use $[ in library codeZefram2010-04-271-13/+13
| | | | | | | Remove all uses of $[, both reads and writes, from library code. Test code (which must test behaviour of $[) is unchanged, as is the actual implementation of $[. Uses in CPAN libraries are also untouched: I've opened tickets at rt.cpan.org regarding them.
* 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 bigrat.pl with a warningSteffen Mueller2009-09-021-1/+7
|
* add disclaimer about perl 4 libraries (modified version ofGurusamy Sarathy1999-07-261-1/+7
| | | | | patch suggested by Clinton Pierce <cpierce1@ford.com>) p4raw-id: //depot/perl@3759
* Perl 5.001perl-5.001Larry Wall1995-03-121-0/+1
| | | | [See the Changes file for a list of changes]
* perl 5.0 alpha 2perl-5a2Larry Wall1993-10-071-16/+16
| | | | [editor's note: from history.perl.org. The sparc executables originally included in the distribution are not in this commit.]
* perl 4.0 patch 21: patch #20, continuedLarry Wall1992-06-081-0/+2
| | | | See patch #20.
* perl 4.0.00: (no release announcement available)perl-4.0.00Larry Wall1991-03-211-1/+1
| | | | So far, 4.0 is still a beta test version. For the last production version, look in pub/perl.3.0/kits@44.
* perl 3.0 patch #38 (combined patch)Larry Wall1990-11-091-0/+146
Forget the description, it's too late at night...