23 May
2012
23 May
'12
1:40 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804 --- Comment #31 from Chris Nighswonger <cnighswonger@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.