3b5aa2ced5f59bbc899aaf376185fd833e382181
[p5sagit/p5-mst-13.2.git] / ext / Storable / Makefile.PL
1 # $Id: Makefile.PL,v 0.7 2000/08/03 22:04:44 ram Exp $
2 #
3 #  Copyright (c) 1995-2000, Raphael Manfredi
4 #  
5 #  You may redistribute only under the terms of the Artistic License,
6 #  as specified in the README file that comes with the distribution.
7 #
8 # $Log: Makefile.PL,v $
9 # Revision 0.7  2000/08/03 22:04:44  ram
10 # Baseline for second beta release.
11 #
12
13 use ExtUtils::MakeMaker;
14 use Config;
15
16 WriteMakefile(
17     'NAME'                      => 'Storable',
18     'DISTNAME'          => "Storable",
19     'VERSION_FROM'      => 'Storable.pm',
20     'dist'                      => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
21     'clean'                     => {'FILES' => '*%'},
22 );
23