This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cdb20c
)
Remove some no-longer used code.
author
Shlomi Fish
<shlomif@shlomifish.org>
Wed, 12 Sep 2012 14:06:27 +0000
(17:06 +0300)
committer
Ricardo Signes
<rjbs@cpan.org>
Mon, 12 Nov 2012 14:18:21 +0000
(09:18 -0500)
lib/perl5db.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.t
b/lib/perl5db.t
index
f12898f
..
9e2171d
100644
(file)
--- a/
lib/perl5db.t
+++ b/
lib/perl5db.t
@@
-65,24
+65,6
@@
sub _out_contents
return _slurp($out_fn);
}
-{
- rc(
- <<"EOF",
- &parse_options("NonStop=0 TTY=db.out LineInfo=db.out");
-
- sub afterinit {
- push(\@DB::typeahead,
- 'b 23',
- 'c',
- '\$new_var = "Foo"',
- 'x "new_var = <\$new_var>\\n";',
- 'q',
- );
- }
-EOF
- );
-}
-
# Test [perl #61222]
{
local $ENV{PERLDB_OPTS};