http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9328
Bug ID: 9328
Summary: File::Find::Rule should not be a mandatory dependency
for installation
Classification: Unclassified
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
File::Find::Rule is introduced as a dependency in the work for bug 7167.
However, since it's indirectly invoked via C4::Installer, that module must be
present for Makefile.PL to compile during installation.
I suggest making a new convention that it be possible to run Makefile.PL
without requiring non-core Perl modules.
F::F::Rule doesn't introduce functionality that is not available to File::Find,
just some (admittedly useful) syntactical sugar, so one possibility would be
cutting out that dependency entirely. If that's not preferred, it at least
should not be required for Makefile.PL to run.
--
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/