;#
$] >= 5.004 || die <<"EOT";
The version of your perl seems to be $].
To install `ftpmirror', perl version 5.004 or later is required.
Check your path or install the newest perl, and try again.
EOT

;#
use ExtUtils::MakeMaker;

;#
WriteMakefile(
	NAME		=> 'Fan',
	VERSION_FROM	=> 'Fan.pm',
);


syntax highlighted by Code2HTML, v. 0.9.1