summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorJozef Kutej <jozef@kutej.net>2008-12-01 21:43:10 +0100
committerJozef Kutej <jozef@kutej.net>2008-12-01 21:43:10 +0100
commit39e96169b2ec888e26ab80eb187db375be6a7585 (patch)
treea2a5539489fff54c75fe3a76ead074a53a55e187 /Build.PL
parentlogin test (diff)
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-39e96169b2ec888e26ab80eb187db375be6a7585.tar.gz
Simple-OpenID-39e96169b2ec888e26ab80eb187db375be6a7585.tar.bz2
Simple-OpenID-39e96169b2ec888e26ab80eb187db375be6a7585.zip
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL16
1 files changed, 8 insertions, 8 deletions
diff --git a/Build.PL b/Build.PL
index a7c1ff5..7221c81 100644
--- a/Build.PL
+++ b/Build.PL
@@ -6,16 +6,16 @@ use 5.010;
my $builder = Module::Build->new(
module_name => 'PAUSE-OpenID',
license => 'perl',
- dist_author => 'Thomas Klausner',
+ dist_author => 'Vienna.pm',
dist_version_from => 'lib/PAUSE/OpenID.pm',
- build_requires => {
- 'Test::More' => 0,
+ build_requires => { 'Test::More' => 0, },
+ requires => {
+ 'perl' => '5.010',
+ 'Catalyst::Runtime' => '5.7014',
+ 'Net::OpenID::Server' => '1.02',
},
- requires => {
- 'perl' => '5.010',
- },
- add_to_cleanup => ['PAUSE-OpenID-*'],
- create_makefile_pl => 'passthrough',
+ add_to_cleanup => ['PAUSE-OpenID-*'],
+ create_makefile_pl => 'passthrough',
recursive_test_files => 1,
);