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/2012-May/015922.html | 77 +++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-May/015922.html (limited to 'zarb-ml/mageia-dev/2012-May/015922.html') diff --git a/zarb-ml/mageia-dev/2012-May/015922.html b/zarb-ml/mageia-dev/2012-May/015922.html new file mode 100644 index 000000000..a761e3cea --- /dev/null +++ b/zarb-ml/mageia-dev/2012-May/015922.html @@ -0,0 +1,77 @@ + + + + [Mageia-dev] [soft-commits] [4703] fix syntax + + + + + + + + + +

[Mageia-dev] [soft-commits] [4703] fix syntax

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Tue May 29 12:17:26 CEST 2012 +

+
+ +
On 27 May 2012 17:00,  <root at mageia.org> wrote:
+>  sub list_cauldron_packages
+>  {
+>      my $ctx = SVN::Client->new();
+> -    my @l = keys $ctx->ls("$repo_url/cauldron", 'HEAD', 0);
+> +    my @l = keys %{{$ctx->ls("$repo_url/cauldron", 'HEAD', 0)}};
+>      \@l;
+>  }
+
+AFAIC, first line was correct.
+Since perl-5.14.0, keys works on hashes references as well as on hashes
+
+ + + + + + + + + + + + + +
+

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