[Koha-bugs] [Bug 8742] New: Example uses perl 5.8 in Makefile.PL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 9 09:11:27 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8742

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8742
          Assignee: gmcharlt at gmail.com
           Summary: Example uses perl 5.8 in Makefile.PL
          Severity: trivial
    Classification: Unclassified
                OS: All
          Reporter: mtompset at hotmail.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: Installation and upgrade (command-line installer)
           Product: Koha

When running a tarball or git install, the following is printed at the end of
the process:
--- BEGIN SNIPPET ---
To change any configuration setting, please run
perl Makefile.PL again.  To override one of the target
directories, you can do so on the command line like this:

perl Makefile.PL PERL_MODULE_DIR=/usr/share/perl/5.8

You can also set different default values for parameters
or override directory locations by using environment variables.
--- END SNIPPET ---

Seeing as 5.10 is the minimum version for Perl as of 3.6.x, this should be
reflected.

Test
--------
$ perl Makefile.PL
# hold down the enter key to accept all the defaults
# scroll back up, if necessary, to see it does say 5.8 as above.

Apply patch retest. The results should reflect an appropriate version.
If there is /usr/share/perl/ in @INC, the first match is used.
Otherwise, /usr/share/perl/5.10 is used (since the text does say LIKE this, and
not EXACTLY this).

Patch to follow shortly.

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


More information about the Koha-bugs mailing list