Skip to content

Commit

Permalink
Build.PL and Changes
Browse files Browse the repository at this point in the history
git-svn-id: https://cle.sk/repos/pub/cpan/Data-Apache-mod_status/trunk@1064 b0c1b02c-7ba7-4df7-b273-855bf36df2ab
  • Loading branch information
jk committed Nov 17, 2008
1 parent 6c6d9d3 commit 6b2e262
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Build.PL
@@ -0,0 +1,37 @@
use strict;
use warnings;
use Module::Build;

my $builder = Module::Build->new(
module_name => 'Data::Apache::mod_status',
license => 'perl',
dist_author => 'Jozef Kutej <jkutej@cpan.org>',
dist_version_from => 'lib/Data/Apache/mod_status.pm',
requires => {
'Getopt::Long' => 0,
'Pod::Usage' => 0,
'Data::Dumper' => 0,
'Moose' => 0,
'Moose::Util::TypeConstraints'
=> 0,
'LWP::UserAgent' => 0,
'Carp::Clan' => 0,
'IPC::Run3' => 0,
'XML::LibXSLT' => 0,
'XML::LibXML' => 0,
},
build_requires => {
'Test::More' => 0,
'Test::More' => 0,
'Test::Differences' => 0,
'Test::Exception' => 0,
'File::Slurp' => 0,
'File::Which' => 0,
},
add_to_cleanup => [ 'Data-Apache-mod_status-*' ],
create_makefile_pl => 'traditional',
create_readme => 1,
sign => 1,
);

$builder->create_build_script();
4 changes: 4 additions & 0 deletions Changes
@@ -0,0 +1,4 @@
Revision history for Data::Apache::mod_status

0.01 17.11.2008
First version, released on an unsuspecting world.

0 comments on commit 6b2e262

Please sign in to comment.