[Bps-public-commit] r12099 - Shipwright/trunk/lib/Shipwright/Script
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue May 6 08:51:39 EDT 2008
Author: sunnavy
Date: Tue May 6 08:51:39 2008
New Revision: 12099
Modified:
Shipwright/trunk/lib/Shipwright/Script/List.pm
Log:
tiny change of printed words
Modified: Shipwright/trunk/lib/Shipwright/Script/List.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Script/List.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Script/List.pm Tue May 6 08:51:39 2008
@@ -45,7 +45,7 @@
if ( $self->dist ) {
if ( exists $info->{$self->dist} ) {
- print $self->dist, ': ', $info->{$self->dist} || '' , " dist.\n";
+ print $self->dist, ': ', $info->{$self->dist} || '' , "\n";
}
else {
print $self->dist, ': not exist' . "\n";
More information about the Bps-public-commit
mailing list