Yes, this was very annoying indeed. It was a quick and easy fix that
came with 0.6.0.
The problem is that most of the testing is done in 'eval' mode which
doesn't need the 'use' statements (which are only needed in
offline/multiple mode).
More test cases are welcome. Please help make this module more robust.
On Tue Jul 08 13:04:40 2008, jmicco wrote:
Show quoted text> When generating code with XML::Pastor, the resulting code would not
> compile because it used an ISA for a class that had no Use in the type
> directory.
>
> I have included the XML schema files that I used for the generation, a
> sample XML file that is valid for the schema, and the generation and try
> programs that I tested.
>