[rt-users] RT Blues....
Ruslan U. Zakirov
Ruslan.Zakirov at acronis.com
Tue Nov 16 10:19:34 EST 2004
Jesse Vincent wrote:
>>The weaken() function is only available if you have the _XS_ version of
>>Scalar::Util. Try reinstalling this module and make sure that the XS
>>version gets compiled. If you're on Windows I believe Randy Kobes' has
>>this in his PPM repo.
>
>
> Oh. ow. Is there an easy way to probe for the XS version? If so, I'll add
> it to the dep list.
IMHO next would be OK:
require Scalar::Util;
print "not " unless (defined &Scalar::Util::weaken);
print "ok";
>
>
>>-dave
>>
>>/*===========================
>>VegGuide.Org
>>Your guide to all that's veg.
>>===========================*/
>>_______________________________________________
>>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>>
>>Be sure to check out the RT wiki at http://wiki.bestpractical.com
>>
>
>
More information about the rt-users
mailing list