Changeset ecb22c1
- Timestamp:
- 06/26/2015 10:44:52 PM (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:
- 382aa90c
- Parents:
- 632bfad
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl-modules.xml
r632bfad recb22c1 721 721 e.g. with perl-5.18.2 from LFS-7.5. To test the version, you can run the 722 722 following command</para> 723 <!-- use para to avoid line break in the long path -->724 <para>< command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so |725 grep v5 -A 1 | tail -n 1</command></para>723 <!-- use para and literallayout to avoid line break in the long path --> 724 <para><literallayout><command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so | 725 grep -E '^[[:digit:]]\.[[:digit:]]+'</command></literallayout></para> 726 726 <para>and if necessary install 727 727 <ulink url="http://search.cpan.org/dist/Scalar-List-Utils/">Scalar::List::Utils</ulink> … … 1211 1211 releases up to perl-5.20.2. To test the version, you can run the 1212 1212 following command</para> 1213 <!-- use para to avoid line break in the long path -->1214 <para>< command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so |1215 grep v5 -A 1 | tail -n 1</command></para>1213 <!-- use para and literallayout to avoid line break in the long path --> 1214 <para><literallayout><command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so | 1215 grep -E '^[[:digit:]]\.[[:digit:]]+'</command></literallayout></para> 1216 1216 <para>and if necessary install 1217 1217 <ulink url="http://search.cpan.org/dist/Scalar-List-Utils/">Scalar::List::Utils</ulink> … … 1219 1219 that module without updating all of <application>perl</application>.</para> 1220 1220 1221 & gcc5_checked;1221 &lfs77_checked; &gcc5_checked; 1222 1222 1223 1223 <itemizedlist> -
introduction/welcome/changelog.xml
r632bfad recb22c1 48 48 <para>June 26th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[ken] - Change the commands to determine the version of 52 <filename>Util.so</filename> from Scalar::List::Utils in the 53 perl modules page so that they work with both perl-5.22.0 and 54 earlier versions.</para> 55 </listitem> 50 56 <listitem> 51 57 <para>[bdubbs] - Reorganize KDE to support KDE Frameworks 5.
Note:
See TracChangeset
for help on using the changeset viewer.