]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Mail.pm
create_config now calls BAIL_OUT on its own
[debbugs.git] / Debbugs / Mail.pm
index caae6ca8c4b86a86fad09ff4489e73dd885eb897..01ae327798fd41e7f8c2e7125615b3c6ce456338 100644 (file)
@@ -39,7 +39,7 @@ END
 use warnings;
 use strict;
 use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT);
-use base qw(Exporter);
+use Exporter qw(import);
 
 use IPC::Open3;
 use POSIX qw(:sys_wait_h strftime);
@@ -459,7 +459,6 @@ sub reply_headers{
             }
             if (defined $part->bodyhandle and
                 $part->effective_type =~ /text/) {
-                print STDERR $part->effective_type."\n";
                 $b_h = $part->bodyhandle;
                 last;
             }