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/20110509/004582.html | 84 +++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110509/004582.html (limited to 'zarb-ml/mageia-dev/20110509/004582.html') 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 @@ + + + + [Mageia-dev] [1259] fix breakage due to MDK::Common removal + + + + + + + + + +

[Mageia-dev] [1259] fix breakage due to MDK::Common removal

+ Michael scherer + misc at zarb.org +
+ Mon May 9 22:40:31 CEST 2011 +

+
+ +
On Mon, May 09, 2011 at 10:10:16PM +0200, Thierry Vignaud wrote:
+> On 9 May 2011 21:49,  <root at mageia.org> wrote:
+> > Revision 1259 Author misc Date 2011-05-09 21:49:39 +0200 (Mon, 09 May 2011)
+> >
+> > Log Message
+> >
+> > fix breakage due to MDK::Common removal
+> 
+> That would have been caught by perl_checker.
+> Maybe running it from times to times would help...
+> As we do for drakx...
+
+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
+
+ + +
+

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