[Koha-bugs] [Bug 19735] New: Move Perl deps definitions into a cpanfile

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 2 09:56:37 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19735

            Bug ID: 19735
           Summary: Move Perl deps definitions into a cpanfile
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: julian.maurice at biblibre.com
          Reporter: julian.maurice at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

cpanfile is a format for describing CPAN dependencies for Perl applications.
It is more concise - thus easier to read and maintain - than
C4::Installer::PerlDependencies, and allows to describe requirements more
accurately (using version ranges or features for instance).
Additionally it can be read by tools such as cpanm or carton for an easy way to
install dependencies on non-Debian-based systems.

For more information on cpanfile, see
http://search.cpan.org/~miyagawa/Module-CPANfile-1.1002/lib/cpanfile.pod

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


More information about the Koha-bugs mailing list