#!perl -w use 5.008; use strict; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Method::Inline', VERSION_FROM => 'lib/Method/Inline.pm', );