use ExtUtils::MakeMaker; require 5.006; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. require ExtUtils::Depends; my $bop = ExtUtils::Depends->new("B::OP::Util", "B::Utils"); WriteMakefile( 'NAME' => 'B::OP::Util', 'VERSION_FROM' => 'lib/B/OP/Util.pm', # finds $VERSION $bop->get_makefile_vars, );