diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110509/004578.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110509/004578.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110509/004578.html b/zarb-ml/mageia-dev/20110509/004578.html new file mode 100644 index 000000000..fc47d8dd5 --- /dev/null +++ b/zarb-ml/mageia-dev/20110509/004578.html @@ -0,0 +1,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> |