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-March/013543.html | 122 ++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-March/013543.html (limited to 'zarb-ml/mageia-dev/2012-March/013543.html') diff --git a/zarb-ml/mageia-dev/2012-March/013543.html b/zarb-ml/mageia-dev/2012-March/013543.html new file mode 100644 index 000000000..6a54bc881 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/013543.html @@ -0,0 +1,122 @@ + + + + [Mageia-dev] [soft-commits] [3800] (plog_init) enable perl_checker to check callers + + + + + + + + + +

[Mageia-dev] [soft-commits] [3800] (plog_init) enable perl_checker to check callers

+ Pascal Terjan + pterjan at gmail.com +
+ Mon Mar 26 14:10:06 CEST 2012 +

+
+ +
On Sun, Mar 25, 2012 at 23:19, <root at mageia.org> wrote:
+
+> **
+>  Revision 3800 Author tv Date 2012-03-26 00:19:25 +0200 (Mon, 26 Mar 2012) Log
+> Message
+>
+> (plog_init) enable perl_checker to check callers
+>
+> Modified Paths
+>
+>    - build_system/iurt/trunk/lib/Iurt/Util.pm<#1364bf1562a5026a_build_systemiurttrunklibIurtUtilpm>
+>
+>  Modified: build_system/iurt/trunk/lib/Iurt/Util.pm
+> ===================================================================
+> --- build_system/iurt/trunk/lib/Iurt/Util.pm	2012-03-25 20:20:47 UTC (rev 3799)
+> +++ build_system/iurt/trunk/lib/Iurt/Util.pm	2012-03-25 22:19:25 UTC (rev 3800)
+> @@ -67,10 +67,9 @@
+>  );
+>
+>  sub plog_init {
+> -        $plog_name = shift;
+> -        $plog_file = shift;
+> -        $plog_level = shift @_ || 9999;
+> -        $plog_color = shift @_ || 0;
+> +        ($plog_name, $plog_file, $o_plog_level, $o_plog_color) = @_;
+> +        $plog_level ||= 9999;
+> +        $plog_color ||= 0;
+>
+>  	$plog_level = 9999 if $ENV{PLOG_DEBUG};
+>
+>
+>  $plog_color / $plog_level should be renamed everywhere
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-dev/attachments/20120326/53dae678/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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