#!/usr/bin/perl use Module::Build; Module::Build->new( module_name => 'POE::Component::Pg', license => 'perl', create_makefile_pl => 'passthrough', dist_author => 'Yoran Heling ', )->create_build_script;