[Bps-public-commit] Shipwright branch, master, updated. 0c0d50414e185debc0ecff81649589d896cbccea
Jesse Vincent
jesse at bestpractical.com
Tue Oct 19 07:11:34 EDT 2010
The branch, master has been updated
via 0c0d50414e185debc0ecff81649589d896cbccea (commit)
from 8e713d0e9bef622f58d18efe626e52c48038e523 (commit)
Summary of changes:
lib/Shipwright/Source/Base.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 0c0d50414e185debc0ecff81649589d896cbccea
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Oct 19 20:11:07 2010 +0900
fix a couple of messages
diff --git a/lib/Shipwright/Source/Base.pm b/lib/Shipwright/Source/Base.pm
index cc17dcf..551375f 100644
--- a/lib/Shipwright/Source/Base.pm
+++ b/lib/Shipwright/Source/Base.pm
@@ -446,7 +446,7 @@ EOF
&& Module::CoreList->first_release( $module, $version )
&& Module::CoreList->first_release( $module, $version ) <= $self->min_perl_version)
{
- $self->log->info("$module is skipped becasue it's in core");
+ $self->log->info("Skipping $module because it's in core");
delete $require->{$type}{$module};
next;
}
@@ -462,7 +462,7 @@ EOF
version->parse($version) )
{
$self->log->info(
-"$module is skipped because it's installed and the version is good enough"
+"Skipping $module because a new enough version is already installed"
);
delete $require->{$type}{$module};
next;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list