Perl classes: Supporting moose superclasses and roles
Multi-language source code documentation tool
Brought to you by:
gregvalure
Generating class hierarchies does not consider moose syntax for defining superclasses and roles.
Therefore moose superclasses (base classes) are not considered in generated output.
I provided a simple patch which supports this feature. (see attachment)
Ooops - forgot attachment, and I'm not able to add it afterwards ...
Here it is:
269,270d268
< # > extends [superclass] (Extension: jbkilian 20110620)
< # > with [roles] (Extension: jbkilian 20110620)
278c276
<