summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kröll <michael@localhost.localdomain>2008-12-01 21:13:08 +0100
committerMichael Kröll <michael@localhost.localdomain>2008-12-01 21:13:08 +0100
commit7d82b104c838b5677e72c1175ba494e1abbf1608 (patch)
tree56f2e9b27a291aa4dd10e8a01293e8308cd38fd7
parentDummy XSLT view (diff)
parentadded dependencies (diff)
downloadSimple-OpenID-7d82b104c838b5677e72c1175ba494e1abbf1608.tar.gz
Simple-OpenID-7d82b104c838b5677e72c1175ba494e1abbf1608.tar.bz2
Simple-OpenID-7d82b104c838b5677e72c1175ba494e1abbf1608.zip
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
-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,
);