Author: kwilliams
Date: Mon Apr 16 21:06:21 2007
New Revision: 9420
Modified:
Module-Build/trunk/lib/Module/Build/Notes.pm
Log:
Remove forgotten debugging code
Modified: Module-Build/trunk/lib/Module/Build/Notes.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build/Notes.pm (original)
+++ Module-Build/trunk/lib/Module/Build/Notes.pm Mon Apr 16 21:06:21 2007
@@ -6,8 +6,6 @@
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()";