use 5.00804;
use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME         => 'pb',
    DISTNAME     => 'project-builder',
    VERSION      => PBVER
    PREREQ_PM    => {
			#HTTP::Headers                    => 1.59,
			#Template                         => 0,
    },    # e.g., Module::Name => 1.1
    ABSTRACT_FROM => 'lib/pb.pm',   # retrieve abstract from module
    AUTHOR        => 'Bruno Cornec <bruno#project-builder.org>',
	EXE_FILES     => [ qw( pb.pl ) ],
);
