From: Vincent Pit Date: Thu, 31 Jul 2008 20:04:24 +0000 (+0200) Subject: Remove commented test lines from samples/brd.pl X-Git-Tag: v0.03~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=addf5498116d3d0429a1fd72adcc094847004803 Remove commented test lines from samples/brd.pl --- diff --git a/samples/brd.pl b/samples/brd.pl index 9e0f790..bd0f7e3 100755 --- a/samples/brd.pl +++ b/samples/brd.pl @@ -5,10 +5,8 @@ use warnings; use lib qw{blib/lib}; use B::RecDeparse; -# use B::Deparse; my $deparser = B::RecDeparse->new(deparse => [ '-sCi0v1' ], level => 1); -# my $deparser = B::Deparse->new('-sCi0v1'); sub spec (&) { return unless defined $_[0] and ref $_[0] eq 'CODE';