Ticket 152: Data::UUID::to_b64string returned value ends with a "\n"
There is a compatibility problem with the Data::UUID API.  Here is a simple patch.
<     return MIME::Base64::encode_base64($bin);
---
>     return MIME::Base64::encode_base64($bin,'');
See ¤http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399357 for more detail.
Remarks:
This is already fixed in CVS now. Will be available with OSSP uuid 1.6.0 once it is available.
Properties:
  | Type: | code |  | Version: | 1.5.1 | 
  | Status: | closed |  | Created: | 2007-Mar-08 20:15 | 
  | Severity: | 3 |  | Last Change: | 2007-May-19 21:33 | 
  | Priority: | 3 |  | Subsystem: | uuid | 
  | Assigned To: | rse |  | Derived From: |  | 
  | Creator: | anonymous |