Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 31217
Status: resolved
Priority: 0/
Queue: Convert-ASN1

People
Owner: Nobody in particular
Requestors: grey.leo [...] gmail.com
Cc:
AdminCc:

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



Subject: Parsing error in included types
Date: Wed, 5 Dec 2007 12:08:25 +0300
To: gbarr [...] pobox.com, bug-Convert-ASN1 [...] rt.cpan.org
From: "Leo Cherepanov" <grey.leo [...] gmail.com>
Hi! Thanx again for that module! $VERSION = "0.21"; It' OK with MyTestOption ::= SEQUENCE { i INTEGER, c CHOICE { a INTEGER, b INTEGER } } but it raises syntax error for MyTestOption ::= SEQUENCE { c CHOICE { a INTEGER, b INTEGER }, i INTEGER }