From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2011-December/010340.html | 125 +++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-December/010340.html (limited to 'zarb-ml/mageia-dev/2011-December/010340.html') diff --git a/zarb-ml/mageia-dev/2011-December/010340.html b/zarb-ml/mageia-dev/2011-December/010340.html new file mode 100644 index 000000000..962756173 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-December/010340.html @@ -0,0 +1,125 @@ + + + + [Mageia-dev] [soft-commits] [2359] coding style update (perl_checker) + + + + + + + + + +

[Mageia-dev] [soft-commits] [2359] coding style update (perl_checker)

+ Romain d'Alverny + rdalverny at gmail.com +
+ Sat Dec 10 20:25:09 CET 2011 +

+
+ +
On Sat, Dec 10, 2011 at 18:59, Thierry Vignaud
+<thierry.vignaud at gmail.com> wrote:
+> On 10 December 2011 18:29,  <root at mageia.org> wrote:
+>> coding style update (perl_checker)
+>
+> uh? Tools.pm doesn't currently pass perl_checker
+
+Right; but I couldn't see why that was a syntax error at that point
+(and the script did work). Anyway, now it looks much better (but for
+used modules or "not recognised yet").
+
+> just do sg like this:
+> [...]
+>    if ((@info{qw(name version release variant arch medium build
+> ext)}) = $name =~
+>        m/^(Mageia)-(\d+)-((?:alpha|beta|RC)\d*)?(-(?:.*))?-(i586|x86_64|dual)?(?:-(CD|DVD|BD))?(?:-(build_\w+))?\.(.*)$/)
+> {
+>        $info{full} = $name;
+>    }
+> [...]
+
+Looks much more compact, thanks. Added a "else { %info = (); }" to
+satisfy the expected behaviour (empty array returned if no match).
+
+>>  open(my $file, "temp_media_on_iso.log") if -r "temp_media_on_iso.log";
+>>
+>>  while ($media = <$file>) {
+>
+> just reuse cat_() from MDK::Common (simpler, easier to read)
+
+Thanks!
+
+By the way, is there a "best" Web-based doc for MDK Perl libraries?
+(could find one, but not at once, and I didn't count many). Or shall
+we think about it?
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1