Skip to content

Commit

Permalink
Remove forgotten debugging code
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@9420 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Apr 17, 2007
1 parent d8b0934 commit e64fcd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Module/Build/Notes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ use strict;
use Data::Dumper;
use IO::File;

use Carp; BEGIN{ $SIG{__DIE__} = \&carp::confess }

sub new {
my ($class, %args) = @_;
my $file = delete $args{file} or die "Missing required parameter 'file' to new()";
Expand Down

0 comments on commit e64fcd6

Please sign in to comment.