File: Makefile.PL

package info (click to toggle)
libcatalyst-plugin-authentication-credential-openid-perl 0.03%2Brp-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 80 kB
  • ctags: 3
  • sloc: perl: 63; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (4)
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';
use_test_base;
auto_include;
WriteAll;