On 2014/11/10 12:22, Benoit Lecocq wrote: > Hi, > > This diff updates p5-SVN-Simple to the latest release. > > - take maintainer > - add license > > Comments ? OK ? > > Cheers, > benoit
> +++ Makefile 10 Nov 2014 11:19:57 -0000 > @@ -3,14 +3,14 @@ > COMMENT= simple interface to subversion's editor interface#' > > MODULES= cpan > -DISTNAME= SVN-Simple-0.27 > -REVISION= 2 > +DISTNAME = SVN-Simple-0.28 > CATEGORIES= devel > > CPAN_AUTHOR= CLKAO > > -MAINTAINER= Kevin Lo <[email protected]> > +MAINTAINER = Benoit Lecocq <[email protected]> > > +# Perl > PERMIT_PACKAGE_CDROM= Yes > > CONFIGURE_ENV= LD_PRELOAD=libpthread.so # XXX remove when perl is > -lpthread Perl is linked with -lpthread now, so CONFIGURE_ENV and MAKE_ENV should be removed, otherwise OK.
