http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804
--- Comment #31 from Chris Nighswonger <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
