[Spread-users] Re: [Spread-cvs] cvs commit: spread/perl/Spread Makefile.PL Spread.pm

Daniel Rall dlr at finemaltcoding.com
Thu Sep 26 13:20:59 EDT 2002


3.18 or 3.17?

jonathan at spread.org writes:

> jonathan    02/09/26 13:54:46
> 
>   Modified:    perl/Spread Makefile.PL Spread.pm
>   Log:
>   Update Perl module to build against 3.18 libraries. Change library
>   to link with to libspread
>   
>   Revision  Changes    Path
>   1.4       +3 -3      spread/perl/Spread/Makefile.PL
>   
>   Index: Makefile.PL
>   ===================================================================
>   RCS file: /storage/cvsroot/spread/perl/Spread/Makefile.PL,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- Makefile.PL	10 Sep 2001 17:25:48 -0000	1.3
>   +++ Makefile.PL	26 Sep 2002 13:54:46 -0000	1.4
>   @@ -2,13 +2,13 @@
>    use ExtUtils::MakeMaker 5.16 ;
>    use Config ;
>    
>   -$SPLIB_LIB = '-L../.. -L../spread-src-3.15.2/' ;
>   -$SPLIB_INCLUDE = '-I ../.. -I ../spread-src-3.15.2/' ;
>   +$SPLIB_LIB = '-L../.. -L../spread-src-3.17.0/' ;
>   +$SPLIB_INCLUDE = '-I ../.. -I ../spread-src-3.17.0/' ;
>    
>    WriteMakefile(
>    	NAME		=> 'Spread',
>    	VERSION_FROM	=> 'Spread.pm',
>   -	LIBS		=> [ "$SPLIB_LIB -lsp" ],
>   +	LIBS		=> [ "$SPLIB_LIB -lspread" ],
>    	INC		=> " $SPLIB_INCLUDE" ,
>    	dist		=> { COMPRESS => 'gzip -9f',
>    			     SUFFIX => 'gz', },
>   
>   
>   
>   1.6       +1 -1      spread/perl/Spread/Spread.pm
>   
>   Index: Spread.pm
>   ===================================================================
>   RCS file: /storage/cvsroot/spread/perl/Spread/Spread.pm,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -u -r1.5 -r1.6
>   --- Spread.pm	10 Sep 2001 17:25:48 -0000	1.5
>   +++ Spread.pm	26 Sep 2002 13:54:46 -0000	1.6
>   @@ -20,7 +20,7 @@
>    use strict;
>    use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $AUTOLOAD);
>    
>   -$VERSION = "3.15.2-1.04" ;
>   +$VERSION = "3.17.0-1.04" ;
>    
>    *SP_connect = \&Spread::connect;
>    *SP_disconnect = \&Spread::disconnect;
>   
>   
>   
> 
> _______________________________________________
> Spread-cvs mailing list
> Spread-cvs at lists.spread.org
> http://lists.spread.org/mailman/listinfo/spread-cvs
> 

-- 

Daniel Rall <dlr at finemaltcoding.com>




More information about the Spread-users mailing list