Migrated from rt.cpan.org#77554 (status was 'new')
Requestors:
Attachments:
From rehsack@cpan.org on 2012-05-31 09:32:52:
Hi,
during a PoC generating C code for GLib's GDBus-Object infrastructure I
needed some handy routines I wanted to provide via TT plugin - but not
freely usable, because their context is limited to generated code from
the introspection information.
So I created "private" packages in the code generator per language - but
T:P always wanted a file. The attached patch accepts plugins which are
loaded already, too (must derived from T:P).
/Jens