|
Hi all, Using the PerlSeq subclass of the UML::Sequence module and the test scripts provided by the author, yet my tests don't seem to find the methods called in the Main package. My module file has all the subroutine names in it (without prefix... do I need 'Main' as a prefix?), and my to-be-parsed script calls at least two of these explicitly. However, the system I am diagramming is done a very non-standard way, with a base index.cgi file requiring several support files with a strange extention (*.engine files??) where the functions are actually defined... This old system uses very few actual Perl modules, and relies more upon its strange internal .engine file require's. I guess what I'm asking is: why are these functions not being found, and or am I doing something wrong, and/or am I just expecting too much from this module by trying to make it read this incredibly non-standard system?
Thanks in advance for any insight (or admonishment, I'll take either, although I really did RTFM first).
|