In perl.git, the branch deprecate-by-default has been created
<http://perl5.git.perl.org/perl.git/commitdiff/7d268131edab44c59588c07e6788669524cbb166?hp=0000000000000000000000000000000000000000>
at 7d268131edab44c59588c07e6788669524cbb166 (commit)
- Log -----------------------------------------------------------------
commit 7d268131edab44c59588c07e6788669524cbb166
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 16:04:18 2009 +0100
Enable deprecation warnings by default.
M gv.c
M handy.h
M op.c
M pod/perldiag.pod
M pod/perlvar.pod
M pp_sys.c
M regcomp.c
M t/lib/warnings/op
M t/lib/warnings/toke
commit cd62e57ec485ba991bc26605ac3d8a00bf438ef4
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 16:02:05 2009 +0100
locked is deprecated, so use :lvalue instead.
M cpan/AutoLoader/t/02AutoSplit.t
commit 6bbc0bd36ecfbeb701f936c0bff42b6c7fb775c5
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:59:58 2009 +0100
Can't use C<shift INC> to avoid @ in a commandline now, so use eval and
octal.
M lib/Config.t
commit 9e438be090ac9636d00c6ec7ec4ebd2f179a555e
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:37:12 2009 +0100
shift with barewords is deprecated, so this test from perl 1 needs updating.
M t/op/unshift.t
commit 33fdb87135c295f1b5c96de5c9d8633b75019dbf
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:36:14 2009 +0100
push and pop on barewords are deprecated, so need no warnings 'deprecated';
M t/op/push.t
commit 2f2d82cd25c250acd7476c1de111996c761e79a2
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:35:15 2009 +0100
Opening dirhandle DIR also as a file needs no warnings 'deprecated';
M t/op/stat.t
commit bae3a34446c470432e0dade18c09680ec780a732
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:33:16 2009 +0100
defined @array and defined %hash need no warnings 'deprecated';
M t/op/undef.t
commit 4dfbc20792bca1a3981e29e3ff83db43e5e284b2
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:32:03 2009 +0100
localisation of $[ is deprecated, so needs no warnings 'deprecated';
M t/op/local.t
commit f155ce0ebf4f3ec6cb48e62256ea20b80b9c0015
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 16:39:16 2009 +0100
:locked is deprecated, so use :lvalue instead.
M t/op/exists_sub.t
commit 462b39355414969147b12acda91b9c8c1c19b1cc
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:26:32 2009 +0100
Tests for barewords and hash operators need no warnings 'deprecated';
M t/op/each.t
commit 66222b8b98995720b97285f6ce8d146ac908c17f
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:25:03 2009 +0100
do subname() is deprecated, so tests for it need no warnings 'deprecated';
M t/op/do.t
commit c9a71023553f27a753cc860c8b8ac766c77b97c0
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:16:53 2009 +0100
do subname() is deprecated, so update this hunk of test dating from perl 1.
M t/op/chop.t
commit 72f357263a5e59f5d590456185b28b13a958e9ae
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:16:16 2009 +0100
Bracket deprecated features with no warnings 'deprecated';
M t/op/array.t
commit 32cdbbf58c18b498ff83dbe22263874a5d0632cc
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:14:12 2009 +0100
do subname() is deprecated, so this test from perl 3 needs updating.
M t/cmd/switch.t
commit 82bf910639ded61853359894b744cdfcadebac9e
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 15:10:40 2009 +0100
Move tests for $[ from comp/hints.t to op/array_base.t
Tests in t/comp/ are too early to rely on pragmata working.
M MANIFEST
M t/comp/hints.aux
M t/comp/hints.t
A t/op/array_base.aux
M t/op/array_base.t
commit 57c5edd19d40fdce2b1bee97ad8fa1b6be9549a1
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 14:33:38 2009 +0100
Move tests for $[ from comp/parser.t to op/array_base.t
Tests in t/comp/ are too early to rely on pragmata working.
M MANIFEST
M t/comp/parser.t
A t/op/array_base.t
commit 8a749ba98d4450707bebc442c6f1ac29f1c5e1c1
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 13:56:06 2009 +0100
do subname() is deprecated, so this test from perl 1 needs updating.
M t/comp/decl.t
commit 6a4790d8a6bcbd385b8de5fbd3a28e83d95e178c
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 13:44:50 2009 +0100
Move the test for the deprecated feature <<; out of t/base/lext.t
Tests in base can't utilise pragmata, specifically no warnings 'deprecated';
M MANIFEST
M t/base/lex.t
A t/op/lex.t
commit e999767551865dfcb0529794f1e02a786d53e6c6
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 13:32:50 2009 +0100
Add no warnings 'deprecated' to a test that assigns to $[
M t/op/index.t
commit 44bba17e02e5306538772ddfe59d4ced3570f03f
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 13 17:34:43 2009 +0100
Sort MANIFEST following commit 9bc662c9c4c134e4.
M MANIFEST
-----------------------------------------------------------------------
--
Perl5 Master Repository