[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