Gwybodaeth
view release on metacpan or search on metacpan
my $root = File::Spec->rootdir;
my $class = Module::Build->subclass(code => <<'EOC');
sub process_conf_files {
my $self = shift;
my $files = IO::File->new('MANIFEST');
while (<$files>) {
next unless m!^conf/!;
chomp;
$self->copy_if_modified( $_ => 'blib' );
}
}
EOC
my $build = $class->new(
module_name => 'Gwybodaeth',
license => 'bsd',
dist_author => 'Iestyn Pryce, <imp25@cam.ac.uk>',
requires => {
'perl' => '>= 5.8.0',
( run in 1.358 second using v1.01-cache-2.11-cpan-3fabe0161c3 )