#!/usr/bin/perl -w use strict; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'version::vxs', AUTHOR => 'John Peacock ', VERSION_FROM => 'lib/version/vxs.pm', OBJECT => q/$(O_FILES)/, TYPEMAPS => ['../lib/version/typemap'], );