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/010342.html | 121 +++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-December/010342.html (limited to 'zarb-ml/mageia-dev/2011-December/010342.html') diff --git a/zarb-ml/mageia-dev/2011-December/010342.html b/zarb-ml/mageia-dev/2011-December/010342.html new file mode 100644 index 000000000..b71ca7aa1 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-December/010342.html @@ -0,0 +1,121 @@ + + + + [Mageia-dev] [soft-commits] [2359] coding style update (perl_checker) + + + + + + + + + +

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

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Sat Dec 10 20:37:35 CET 2011 +

+
+ +
On 10 December 2011 20:25, Romain d'Alverny <rdalverny at gmail.com> wrote:
+>> 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).
+
+This is wrong.
+Once declared (aka "my %info"), %info is initialized and is equal to "()".
+
+>>>  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?
+
+perldoc MDK::Common
+
+I've locally a branch adding doc for drakx but it's not finished.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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