blob: fc47d8dd5a396a6084e4f9b587894253a2ceaef0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [1259] fix breakage due to MDK::Common removal
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1259%5D%20fix%20breakage%20due%20to%20MDK%3A%3ACommon%20removal&In-Reply-To=%3CBANLkTimM-9NgXpCWOBz_awaBL6P%2BRf8p7A%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004577.html">
<LINK REL="Next" HREF="004582.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [1259] fix breakage due to MDK::Common removal</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1259%5D%20fix%20breakage%20due%20to%20MDK%3A%3ACommon%20removal&In-Reply-To=%3CBANLkTimM-9NgXpCWOBz_awaBL6P%2BRf8p7A%40mail.gmail.com%3E"
TITLE="[Mageia-dev] [1259] fix breakage due to MDK::Common removal">thierry.vignaud at gmail.com
</A><BR>
<I>Mon May 9 22:10:16 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="004577.html">[Mageia-dev] Graphical Mageia tools needs to be more friendly…
</A></li>
<LI>Next message: <A HREF="004582.html">[Mageia-dev] [1259] fix breakage due to MDK::Common removal
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4578">[ date ]</a>
<a href="thread.html#4578">[ thread ]</a>
<a href="subject.html#4578">[ subject ]</a>
<a href="author.html#4578">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 9 May 2011 21:49, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote:
><i> Revision 1259 Author misc Date 2011-05-09 21:49:39 +0200 (Mon, 09 May 2011)
</I>><i>
</I>><i> Log Message
</I>><i>
</I>><i> fix breakage due to MDK::Common removal
</I>
That would have been caught by perl_checker.
Maybe running it from times to times would help...
As we do for drakx...
><i> Modified: build_system/iurt/trunk/emi
</I>><i> ===================================================================
</I>><i> --- build_system/iurt/trunk/emi 2011-05-09 19:41:14 UTC (rev 1258)
</I>><i> +++ build_system/iurt/trunk/emi 2011-05-09 19:49:39 UTC (rev 1259)
</I>><i> @@ -35,6 +35,8 @@
</I>><i> use Iurt::File qw(check_upload_tree);
</I>><i> use Iurt::Util qw(plog_init plog);
</I>><i> use Data::Dumper;
</I>><i> +use MDK::Common qw(cat_);
</I>><i> +
</I>><i> my %run;
</I>><i> my $program_name = 'emi';
</I>><i> $run{program_name} = $program_name;
</I>><i>
</I>><i>
</I>
--
><i> R : Tu vois !
</I>><i> > Q : Tu crois ?
</I>><i> > > R : Ça casse l'ordre chronologique de l'échange.
</I>><i> > > > Q : En quoi répondre au dessus est-il gênant ?
</I></PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004577.html">[Mageia-dev] Graphical Mageia tools needs to be more friendly…
</A></li>
<LI>Next message: <A HREF="004582.html">[Mageia-dev] [1259] fix breakage due to MDK::Common removal
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4578">[ date ]</a>
<a href="thread.html#4578">[ thread ]</a>
<a href="subject.html#4578">[ subject ]</a>
<a href="author.html#4578">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|