diff options
author | Michael Kröll <michael@localhost.localdomain> | 2008-12-01 21:13:08 +0100 |
---|---|---|
committer | Michael Kröll <michael@localhost.localdomain> | 2008-12-01 21:13:08 +0100 |
commit | 7d82b104c838b5677e72c1175ba494e1abbf1608 (patch) | |
tree | 56f2e9b27a291aa4dd10e8a01293e8308cd38fd7 /Build.PL | |
parent | Dummy XSLT view (diff) | |
parent | added dependencies (diff) | |
download | Simple-OpenID-7d82b104c838b5677e72c1175ba494e1abbf1608.tar.gz Simple-OpenID-7d82b104c838b5677e72c1175ba494e1abbf1608.tar.bz2 Simple-OpenID-7d82b104c838b5677e72c1175ba494e1abbf1608.zip |
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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, ); |