in reply to Re: UML and perl
in thread UML and perl

Ive used both MakeMaker and h2xs to provide me with stub perl modules!

and i think UML could add a level of structure to this endeavour

Does anyone know how uml is structured via xml? ive been looking for documentation on that as well

Replies are listed 'Best First'.
Re: Re: Re: UML and perl
by perrin (Chancellor) on Dec 24, 2003 at 20:41 UTC
    The UML --> XML thing is called XMI. You can read about attempts to support it in SQL Fairy at the link I specified.

    I still think you are confused about MakeMaker. it is an installation system. It does not generate any code except makefiles. h2xs works for making stubs of very simple modules, but is broken for anything involving multiple package namespaces because of the strange file layout it generates.