blob: d52150f60599df90720e8cfda06dcf4efe34e865 (
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
|
<!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>
|