In perl.git, the branch smoke-me/quieten-readonly-ops has been created
<http://perl5.git.perl.org/perl.git/commitdiff/2c247e84d4c0ff4b5c5fe6c10b3257c55520332a?hp=0000000000000000000000000000000000000000>
at 2c247e84d4c0ff4b5c5fe6c10b3257c55520332a (commit)
- Log -----------------------------------------------------------------
commit 2c247e84d4c0ff4b5c5fe6c10b3257c55520332a
Author: Shlomi Fish <[email protected]>
Date: Tue Sep 4 22:40:38 2012 -0400
perl5db: more tests
This patch adds more tests for lib/perl5db.pl on lib/perl5db.t. One note
is that I'm a bit uncomfortable about the test for ".", which did
not initially work exactly as I expected, due to debugger quirks.
This patch also fixes a bug where the /pattern/ command (and possibly
the ?pattern? command as well) got broken due to the addition of "use
strict;", and adds tests for them.
M MANIFEST
M lib/perl5db.pl
M lib/perl5db.t
M lib/perl5db/t/test-l-statement-1
A lib/perl5db/t/test-l-statement-2
commit 32050a639a295d8d8a4d4c664592c86f79aa1383
Author: Shlomi Fish <[email protected]>
Date: Tue Sep 4 22:37:13 2012 -0400
perl5db: fix an accidental effect of strictures
see https://rt.perl.org/rt3/Ticket/Display.html?id=114284
M lib/perl5db.pl
commit 9bcdb3dd02eeb4602916eaf43f73d58395ffd840
Author: Jerry D. Hedden <[email protected]>
Date: Tue Sep 4 13:19:26 2012 -0400
Fix compiler warning about empty if body
This is meant to correct the following 'blead' build warning:
op.c: In function 'Perl_op_free':
op.c:713:30: warning: suggest braces around empty body in an 'if' statement
M op.c
-----------------------------------------------------------------------
--
Perl5 Master Repository