Skip to content

Commit

Permalink
Remove the BEGIN block, which is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jan 21, 2012
1 parent 2b539e7 commit ea13f56
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions t/fullharness
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ use Parrot::Harness::Smoke qw(
send_archive_to_smolder
);

BEGIN { eval {
require TAP::Harness::Archive::MultipleHarnesses;
require TAP::Harness::ReportByDescription;
};
if ($@) {
my $msg = "To run t/fullharness, make fulltest or make smolder_fulltest\n";
$msg .= " please install TAP::Harness::ReportByDescription from CPAN.\n";
$msg .= " From the cpan shell: 'install TAP::Harness::ReportByDescription'.\n";
$msg .= " With cpanminus : cpanm TAP::Harness::ReportByDescription \n";
croak $msg;
}
}

my ($archive, $smolder, $IN_TESTING);
GetOptions(
'archive' => \$archive,
Expand Down

0 comments on commit ea13f56

Please sign in to comment.