In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6fcc101e247754269f37bfa4586f8325b2e75b06?hp=9988b539d419b6c4e886f8919681acc06cd5d04a>
- Log ----------------------------------------------------------------- commit 6fcc101e247754269f37bfa4586f8325b2e75b06 Author: Robin Barker <[email protected]> Date: Sun Sep 20 21:32:06 2009 +0100 typo in usage of deprecate M ext/Pod-Plainer/Plainer.pm M lib/deprecate.pm commit 12feb466e49e5e86ea65d1d92d4162b6b4712c70 Author: Rafael Garcia-Suarez <[email protected]> Date: Mon Sep 21 09:28:33 2009 +0200 Change my email address M AUTHORS M Porting/checkAUTHORS.pl ----------------------------------------------------------------------- Summary of changes: AUTHORS | 2 +- Porting/checkAUTHORS.pl | 1 + ext/Pod-Plainer/Plainer.pm | 2 +- lib/deprecate.pm | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3f4a3a9..85b762e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -805,7 +805,7 @@ Pradeep Hodigere <[email protected]> Prymmer/Kahn <[email protected]> Quentin Fennessy <[email protected]> Radu Greab <[email protected]> -Rafael Garcia-Suarez <[email protected]> +Rafael Garcia-Suarez <[email protected]> Rainer Keuchel <[email protected]> Rainer Orth <[email protected]> Rainer Tammer <[email protected]> diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index ec89558..a5d6115 100644 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -336,6 +336,7 @@ rgs rgarciasuarez\100free.fr + rgarciasuarez\100mandriva.com + rgarciasuarez\100gmail.com + raphel.garcia-suarez\100hexaflux.com ++ [email protected] sky sky\100nanisky.com + artur\100contiller.se + arthur\100contiller.se diff --git a/ext/Pod-Plainer/Plainer.pm b/ext/Pod-Plainer/Plainer.pm index 42ec25c..f64eb60 100644 --- a/ext/Pod-Plainer/Plainer.pm +++ b/ext/Pod-Plainer/Plainer.pm @@ -1,6 +1,6 @@ package Pod::Plainer; use strict; -use if $[ >= 5.011, 'deprecate'; +use if $] >= 5.011, 'deprecate'; use Pod::Parser; our @ISA = qw(Pod::Parser); our $VERSION = '1.00'; diff --git a/lib/deprecate.pm b/lib/deprecate.pm index 9519223..7b92e0b 100644 --- a/lib/deprecate.pm +++ b/lib/deprecate.pm @@ -65,7 +65,7 @@ deprecate - Perl pragma for deprecating the core version of a module use deprecate; # always deprecate the module in which this occurs - use if $[ > 5.010, 'deprecate'; # conditionally deprecate the module + use if $] > 5.010, 'deprecate'; # conditionally deprecate the module =head1 DESCRIPTION -- Perl5 Master Repository
