[Koha-bugs] [Bug 7804] Add Koha Plugin System

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 23 14:40:25 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

--- Comment #31 from Chris Nighswonger <cnighswonger at foundations.edu> ---
(In reply to comment #30)
> (In reply to comment #27)
> 
> So, from your description, it seems that plugins will be entirely OOP. For
> M:L:C to work, we will need to add the plugins directory to the perl include
> path, correct? What would be the safest way of doing that?

The solution here is probably to use File::Find
(http://perldoc.perl.org/File/Find.html) or File::Find::Rule
(http://search.cpan.org/~rclamp/File-Find-Rule-0.33/lib/File/Find/Rule.pm)

Once we capture the subdir structure, the include path can be modified on the
fly.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list