in reply to Plugins: any advice or docs?
I would start with Plugin::Tiny and also take an elevated view of known plugin systems like DBI and Template (Template::Plugin). I myself would like to incorporate such a plugin system and replace my "preset" modules inside Spreadsheet::HTML. This would allow others to publish their own CPAN modules without needing to submit patches/pull requests to me. This is what i feel a plugin system is for: allowing external code to be attached to your own, to flow through your code (be it an engine or framework) without changing that codebase.
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Plugins: any advice or docs?
by Anonymous Monk on Jan 15, 2016 at 01:17 UTC | |
by Anonymous Monk on Jan 15, 2016 at 18:31 UTC | |
by davies (Prior) on Jan 15, 2016 at 18:39 UTC |
In Section
Seekers of Perl Wisdom