Hi all, I've noticed a lot of Perl Modules tickets last night and wondered why they weren't picked up by the currency scripts. After some investigation, the format used for specifying the URL and md5sum isn't the standard one used by other packages and none of the perl modules end up in the wget-list.
It can easily be fixed, although. The attached patch modifies the Archive-Zip section to use a layout like other packages do. An example on what's visibly different can be seen in the screenshot. It could be changed to use the more standard (Download (HTTP), MD5Sum, etc) approach, but I don't think it's necessary here. Now, if nobody minds, I can fix all the packages and submit a patch. I would also like to move download url's and md5sums into entities at the beginning of the page. Pro is we get version checks from currency scripts and all the modules in the wget-list. I can't yet see any cons. So if anybody has any suggestion or reason why we shouldn't do this - please speak up. -- Note: My last name is not Krejzi.
diff --git a/general/prog/perl-modules.xml b/general/prog/perl-modules.xml
index 2d64f2d..84b79c8 100644
--- a/general/prog/perl-modules.xml
+++ b/general/prog/perl-modules.xml
@@ -60,9 +60,20 @@
&lfs76_checked;
<itemizedlist>
- <listitem><literallayout><ulink url="http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">Archive::Zip-&Archive-Zip-version;</ulink>
-http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz
-MD5 sum: 851316e59625317a89e40418a26c676c</literallayout>
+ <listitem>
+ <para>
+ <ulink url="http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">Archive::Zip-&Archive-Zip-version;</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ MD5 sum: 851316e59625317a89e40418a26c676
+ </para>
</listitem>
</itemizedlist>
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
