Skip Menu |

This queue is for tickets about the Convert-BER CPAN distribution.

Report information
The Basics
Id: 1941
Status: resolved
Priority: 0/
Queue: Convert-BER

People
Owner: Nobody in particular
Requestors: revel38 [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Missing BMPString definition
Hi, I'm not sure, but it seems that BMPString definition is missing in BER.pm : Convert::BER->define( [...] [ GeneralizedTime => $STRING, BER_UNIVERSAL | 24], [ BMPString => $STRING, BER_UNIVERSAL | 30], # <-- MISSING ); I had to add this line in order to make the following code work : $ber->encode ( BMPString => 'MyValue' ); Hope that helps, bye Cedric
From: revel38 [...] free.fr
Well, my 'patch' does not work I can't encode with BMPString type. any idea how to solve this ? thanks