[Bps-public-commit] r10879 - Shipwright/trunk/lib/Shipwright
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Feb 19 11:30:05 EST 2008
Author: sunnavy
Date: Tue Feb 19 11:30:02 2008
New Revision: 10879
Modified:
Shipwright/trunk/lib/Shipwright/Backend.pm
Log:
don't bother people no CPAN::Config when build since it's not a problem
Modified: Shipwright/trunk/lib/Shipwright/Backend.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Backend.pm Tue Feb 19 11:30:02 2008
@@ -281,7 +281,9 @@
open $log, '>', 'build.log' or die $!;
require CPAN;
- eval { require CPAN::Config } or warn "can't require CPAN::Config: $@";
+
+ # don't bother people no CPAN::Config since it's not a problem
+ eval { require CPAN::Config };
# we don't want any prereqs any more!
{
More information about the Bps-public-commit
mailing list