On Tue, 2008-08-26 at 14:29 -0700, Tsahi Asher wrote:
> ok, here is the output now:
> 
> name: package_name
> $VAR1 = 'DBI';
> name: cmd
> $VAR1 = 'require DBI;';
> name: version
> $VAR1 = 0;

The version comes out to 0. It must be the effect of executing:

$version = ${"${package_name}::VERSION"} ||
${"${package_name}::Version"} || 0;


Does the DBI module you installed contain a VERSION or Version
variable ? Are you sure the DBI module is installed correctly ?

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to