Skip to content

Commit

Permalink
No bang
Browse files Browse the repository at this point in the history
  • Loading branch information
kenahoo committed Feb 6, 2005
1 parent f240646 commit a03230e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Module/Build/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ sub ACTION_distcheck {
require ExtUtils::Manifest;
local $^W; # ExtUtils::Manifest is not warnings clean.
my ($missing, $extra) = ExtUtils::Manifest::fullcheck();
die "MANIFEST appears to be out of sync with the distribution!\n"
die "MANIFEST appears to be out of sync with the distribution\n"
if @$missing || @$extra;
}

Expand Down

0 comments on commit a03230e

Please sign in to comment.