File: Makefile.PL

package info (click to toggle)
libcatalyst-plugin-authentication-credential-openid-perl 0.03%2Brp-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 63; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use inc::Module::Install;
name 'Catalyst-Plugin-Authentication-Credential-OpenID';
all_from 'lib/Catalyst/Plugin/Authentication/Credential/OpenID.pm';

requires 'Net::OpenID::Consumer';
requires 'LWPx::ParanoidAgent';
requires 'UNIVERSAL::require';

build_requires 'Test::More';
build_requires 'Test::Base';
auto_include;
WriteAll;