]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
Remove commented test lines from samples/brd.pl
authorVincent Pit <vince@profvince.com>
Thu, 31 Jul 2008 20:04:24 +0000 (22:04 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 31 Jul 2008 20:04:24 +0000 (22:04 +0200)
samples/brd.pl

index 9e0f790801abec0525fe624072a607f849fece12..bd0f7e32eacf3f7897e4ceb3dc2f56238a1f0820 100755 (executable)
@@ -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';