Changeset 02d6a4cc
- Timestamp:
- 06/25/2015 12:36:29 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1f6099c
- Parents:
- f594857
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl-modules.xml
rf594857 r02d6a4cc 778 778 </itemizedlist> 779 779 780 <!-- Module::Build --> 781 <bridgehead renderas="sect3" id="perl-module-build" 782 xreflabel="Module-Build-&Module-Build-version;"> 783 Module-Build-&Module-Build-version;</bridgehead> 784 785 <indexterm zone="perl-modules perl-module-build"> 786 <primary sortas="a-Module-Build">Module-Build</primary> 787 </indexterm> 788 789 <para> 790 Module::Build allows perl modules to be built without a 791 <command>make</command> command being present. This module uses the 792 standard <xref linkend="perl-standard-install"/>. If your version of 793 <application>perl</application> is 5.20.2 or earlier, a version of this 794 module was installed as part of the core perl distribution and you do 795 not need to install a newer version. 796 </para> 797 798 <note> 799 <para> 800 When creating the Makefile, this module will report 801 <literallayout>inc_bundling_support....disabled 802 requires: 803 ! inc::latest is not installed</literallayout> 804 but inc::latest is experimental and not needed. 805 </para> 806 </note> 807 808 &gcc5_checked; 809 810 <itemizedlist> 811 <listitem> 812 <para> 813 <ulink url="http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">Module-Build-&Module-Build-version;</ulink> 814 </para> 815 </listitem> 816 <listitem> 817 <literallayout>http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz 818 MD5 sum: 7b7ca5a47bef48c50c8b5906ca3ac7fb</literallayout> 819 </listitem> 820 </itemizedlist> 821 780 822 <!-- Module::Info 781 823 <bridgehead renderas="sect3" id="perl-module-info" … … 1198 1240 (http://search.cpan.org/dist/LibBuilder/) 1199 1241 this uses the <xref linkend="perl-build-install"/></literallayout> 1242 <itemizedlist> 1243 <listitem> 1244 <para> 1245 <xref linkend="perl-module-build"/> 1246 </para> 1247 </listitem> 1248 </itemizedlist> 1200 1249 </listitem> 1201 1250 </itemizedlist> … … 1718 1767 xreflabel="instructions for packages using Build.PL"> 1719 1768 <title>Installation of Perl Modules which use Build.PL</title> 1769 1770 <para>Before <application>perl-5.22</application>, Module::Build 1771 was part of the core distribution. Now it must be installed separately 1772 (see above) before any of the modules which use it can be built.</para> 1720 1773 1721 1774 <para>Install <application>Perl</application> modules which use -
introduction/welcome/changelog.xml
rf594857 r02d6a4cc 48 48 <para>June 24th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[ken] - Add Module::Build (perl module) for building biber and 52 some of its dependent modules with perl-5.22 . Fixes 53 <ulink url="&blfs-ticket-root;6565">#6565</ulink>.</para> 54 </listitem> 50 55 <listitem> 51 56 <para>[ken] - Update to 2015 texlive. Fixes -
packages.ent
rf594857 r02d6a4cc 309 309 <!ENTITY Log-Log4perl-version "1.46"> 310 310 <!ENTITY LWP-version "6.13"> 311 <!ENTITY Module-Build-version "0.4214"> 311 312 <!ENTITY Net-DNS-version "0.83"> 312 313 <!ENTITY Regexp-Common-version "2013031301"> -
pst/typesetting/biber.xml
rf594857 r02d6a4cc 108 108 <xref linkend="perl-lwp"/> 109 109 <xref linkend="perl-list-allutils"/> 110 <!-- perl-module-build is pulled in by perl-text-bibtex --> 110 111 <xref linkend="perl-regexp-common"/> 111 112 <xref linkend="perl-text-bibtex"/>
Note:
See TracChangeset
for help on using the changeset viewer.