[Bps-public-commit] Shipwright branch, master, updated. 63a6be968c5bd1b980c959168ed4e7d8768e8ea1
? sunnavy
sunnavy at bestpractical.com
Thu Jun 17 04:40:43 EDT 2010
The branch, master has been updated
via 63a6be968c5bd1b980c959168ed4e7d8768e8ea1 (commit)
via d3b5635dba1b3158799d038edcd8996143573031 (commit)
from 4201c5de92b8bb179b5851fa1174baf49daa160d (commit)
Summary of changes:
lib/Shipwright.pm | 4 ++++
lib/Shipwright/Source/Base.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d3b5635dba1b3158799d038edcd8996143573031
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jun 17 15:41:49 2010 +0800
make pod-coverage happy
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 8423de1..46b57a3 100644
--- a/lib/Shipwright.pm
+++ b/lib/Shipwright.pm
@@ -27,6 +27,10 @@ unless ( defined $ENV{FTP_PASSIVE} ) {
$ENV{FTP_PASSIVE} = 1;
}
+=head2 new
+
+=cut
+
sub new {
my $class = shift;
commit 63a6be968c5bd1b980c959168ed4e7d8768e8ea1
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jun 17 16:41:32 2010 +0800
let's delete the dep if can't find it
diff --git a/lib/Shipwright/Source/Base.pm b/lib/Shipwright/Source/Base.pm
index b193e50..53b3cfd 100644
--- a/lib/Shipwright/Source/Base.pm
+++ b/lib/Shipwright/Source/Base.pm
@@ -533,7 +533,7 @@ EOF
unless ($s->run()) {
# if run returns false, we should skip trying to install it.
# this lets us skip explicit dependencies that are actually part of the perl core
- #delete $require->{$type}{$module};
+ delete $require->{$type}{$module};
chdir $cwd;
next;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list