[Koha-bugs] [Bug 9328] New: File::Find::Rule should not be a mandatory dependency for installation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 27 19:32:39 CET 2012


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: gmcharlt at gmail.com
          Reporter: gmcharlt at gmail.com

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.


More information about the Koha-bugs mailing list