Codebase list libfreezethaw-perl / upstream/0.43 Makefile.PL
upstream/0.43

Tree @upstream/0.43 (Download .tar.gz)

Makefile.PL @upstream/0.43raw · history · blame

1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
	      NAME	=> 'FreezeThaw',
	      VERSION_FROM => "FreezeThaw.pm",
	     );