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

jonathan at spread.org jonathan at spread.org
Thu Sep 26 09:54:46 EDT 2002


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;
  
  
  




More information about the Spread-cvs mailing list