diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110509/004582.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110509/004582.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110509/004582.html b/zarb-ml/mageia-dev/20110509/004582.html new file mode 100644 index 000000000..d52150f60 --- /dev/null +++ b/zarb-ml/mageia-dev/20110509/004582.html @@ -0,0 +1,84 @@ +<!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=%3C20110509204031.GA16587%40sisay.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004578.html"> + <LINK REL="Next" HREF="004579.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [1259] fix breakage due to MDK::Common removal</H1> + <B>Michael scherer</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=%3C20110509204031.GA16587%40sisay.ephaone.org%3E" + TITLE="[Mageia-dev] [1259] fix breakage due to MDK::Common removal">misc at zarb.org + </A><BR> + <I>Mon May 9 22:40:31 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="004578.html">[Mageia-dev] [1259] fix breakage due to MDK::Common removal +</A></li> + <LI>Next message: <A HREF="004579.html">[Mageia-dev] Next packagers meeting +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4582">[ date ]</a> + <a href="thread.html#4582">[ thread ]</a> + <a href="subject.html#4582">[ subject ]</a> + <a href="author.html#4582">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, May 09, 2011 at 10:10:16PM +0200, Thierry Vignaud wrote: +><i> On 9 May 2011 21:49, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote: +</I>><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>><i> +</I>><i> That would have been caught by perl_checker. +</I>><i> Maybe running it from times to times would help... +</I>><i> As we do for drakx... +</I> +I tested with perl -c, that didn't detect the issue : + +$ perl -c -e 'eval(cat_())' +-e syntax OK + +But it seems that perl checker does : + +$ echo 'eval(cat_())' > /tmp/e +$ perl_checker /tmp/e +File "/tmp/e", line 1, character 6-10 +unknown function cat_ + +Maybe we could use some make test that use perl_checker +is run ( and also other non regression test would be useful ) ? + +-- +Michael Scherer +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004578.html">[Mageia-dev] [1259] fix breakage due to MDK::Common removal +</A></li> + <LI>Next message: <A HREF="004579.html">[Mageia-dev] Next packagers meeting +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4582">[ date ]</a> + <a href="thread.html#4582">[ thread ]</a> + <a href="subject.html#4582">[ subject ]</a> + <a href="author.html#4582">[ 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> |