Resources Makefile.PL


Resources documentation Contained in the Resources distribution.

Index


Code Index:

BUGS

Top

AUTHOR

Top

	Francesco Callari <franco@cim.mcgill.ca> 
	Artifical Perception Laboratory,
	Center for Intelligent Machines, 
	McGill University.

COPYRIGHT

Top


Resources documentation Contained in the Resources distribution.

# Copyright 1996 Francesco Callari, McGill University. See notice
# at end of this file.
#
# Filename: Makefile.PL
# Author: Francesco Callari (franco@cim.mcgill.ca)
# Created: Mon May 20 12:14:20 1996
# Version: $Id: Makefile.PL,v 1.1 1996/06/09 21:09:43 franco Exp franco $
#

$RCSID='$Id: Makefile.PL,v 1.1 1996/06/09 21:09:43 franco Exp franco $ ';

use ExtUtils::MakeMaker;

&WriteMakefile(
	       NAME     => "Resources",
	       DISTNAME => "Resources",
	       VERSION  => "1.04",
	       dist     => {COMPRESS => 'gzip', SUFFIX => 'gz'},
	       test     => {TEST_TYPE => '.test.pl'},
	      );


1;
__END__
# Local Variables:
# mode: perl
# End: