#!/usr/bin/perl -w use strict; use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'FileCache::Handle', 'VERSION_FROM' => 'Handle.pm' );