File: META.yml

package info (click to toggle)
libmojolicious-plugin-authentication-perl 1.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 160 kB
  • sloc: perl: 386; makefile: 8
file content (47 lines) | stat: -rw-r--r-- 1,525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
abstract: 'A plugin to make authentication a bit easier'
author:
  - 'Ben van Staveren <madcat@cpan.org>'
build_requires:
  Mojolicious::Lite: '0'
  Test::Mojo: '0'
  Test::More: '0'
  perl: '5.010'
configure_requires:
  ExtUtils::MakeMaker: '0'
  perl: '5.010'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.011, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Mojolicious-Plugin-Authentication
provides:
  Mojolicious::Plugin::Authentication:
    file: lib/Mojolicious/Plugin/Authentication.pm
    version: '1.33'
requires:
  Mojo::Base: '0'
  perl: '5.010'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/benvanstaveren/Mojolicious-Plugin-Authentication/issues
  repository: git://github.com/benvanstaveren/Mojolicious-Plugin-Authentication.git
version: '1.33'
x_contributors:
  - 'Carlos Ramos <carragom@gmail.com>'
  - 'David Steinbrunner <dsteinbrunner@pobox.com>'
  - 'Doug Bell <preaction@cpan.org>'
  - 'Edward Wildgoose <cpan@wildgooses.com>'
  - 'Florian Schlichting <fsfs@debian.org>'
  - 'Hernan Lopes <hernan@cpan.org>'
  - 'Jose Joaquin Atria <jjatria@cpan.org>'
  - 'Karpich Dmitry <meettya@cpan.org>'
  - 'Kartik Thakore <kthakore@cpan.org>'
  - 'Mirko Westermeier <mirko@westermeier.de>'
  - 'Roman F. <romanf@cpan.org>'
  - 'Terrence Brannon <tbone@cpan.org>'
  - 'Красимир Беров <k.berov@gmail.com>'
x_serialization_backend: 'YAML::Tiny version 1.73'