in reply to Re^2: Deriving meaning from source code, some code is self documenting
in thread Deriving meaning from source code, some code is self documenting

See signatures, Method::Signatures, and other Devel::Declare based goodies.
  • Comment on Re^3: Deriving meaning from source code, some code is self documenting

Replies are listed 'Best First'.
Re^4: Deriving meaning from source code, some code is self documenting
by submersible_toaster (Chaplain) on Dec 12, 2008 at 02:19 UTC

    This is exactly the sort of specificity that a plugin would grab. Macropod::Parser::Include::signatures would be loaded by Macropod::Parser::Include plugin , and passed the in play ppi statement which might be use signatures along with the whole PPI source document and the in play Macropod::Document. Hopefully being pluggable in this way permits someone with specialist interest to handle just their special cases.


    I can't believe it's not psellchecked