/usr/local/CPAN/FileCache-Handle/Makefile.PL


#!/usr/bin/perl -w

use strict;

use ExtUtils::MakeMaker;

WriteMakefile(
	'NAME'	=> 'FileCache::Handle',
	'VERSION_FROM'	=> 'Handle.pm'
);