summaryrefslogtreecommitdiff
path: root/Build.PL
blob: 43ffda9acfdfaf164930ecf7c3af05ce1ae5785d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use Module::Build;

Module::Build->new(
  module_name => 'POE::Component::Pg',
  license => 'perl',
  create_makefile_pl => 'passthrough',
  dist_author => 'Yoran Heling <yorhel@cpan.org>',
)->create_build_script;