[Bps-public-commit] r12289 - in Shipwright/trunk: lib/Shipwright/Source

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue May 13 08:16:57 EDT 2008


Author: sunnavy
Date: Tue May 13 08:16:57 2008
New Revision: 12289

Modified:
   Shipwright/trunk/   (props changed)
   Shipwright/trunk/lib/Shipwright/Source/Base.pm

Log:
 r12302 at sunnavys-mb:  sunnavy | 2008-05-13 17:15:47 +0800
 fixed a source type


Modified: Shipwright/trunk/lib/Shipwright/Source/Base.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Source/Base.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Source/Base.pm	Tue May 13 08:16:57 2008
@@ -221,7 +221,7 @@
                         else {
                             $s = Shipwright::Source->new(
                                 %$self,
-                                source => $module,
+                                source => "cpan:$module",
                                 version => undef,
                                 name => '',   # cpan name is automaticaly fixed.
                             );



More information about the Bps-public-commit mailing list