[Module-build-checkins] Module-Build/lib/Module/Build Base.pm,1.340.2.17,1.340.2.18
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-02-06 14:35:29
|
Update of /cvsroot/module-build/Module-Build/lib/Module/Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29092/lib/Module/Build Modified Files: Tag: release-0_26_branch Base.pm Log Message: No bang Index: Base.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v retrieving revision 1.340.2.17 retrieving revision 1.340.2.18 diff -u -d -r1.340.2.17 -r1.340.2.18 --- Base.pm 6 Feb 2005 13:44:47 -0000 1.340.2.17 +++ Base.pm 6 Feb 2005 14:35:19 -0000 1.340.2.18 @@ -1960,7 +1960,7 @@ 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; } |