File: META.yml

package info (click to toggle)
libdancer-plugin-rest-perl 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 184 kB
  • ctags: 9
  • sloc: perl: 151; makefile: 15
file content (44 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download | duplicates (3)
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
---
abstract: 'A plugin for writing RESTful apps with Dancer'
author:
  - 'Alexis Sukrieh <sukria@sukria.net>'
  - 'Franck Cuny <franckc@cpan.org>'
build_requires:
  Dancer::ModuleLoader: '0'
  Dancer::Test: '0'
  File::Spec: '0'
  HTTP::Headers: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Module::Build: '0.3601'
  Test::More: '0.88'
  perl: '5.006'
configure_requires:
  Module::Build: '0.3601'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.013, CPAN::Meta::Converter version 2.140640'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Dancer-Plugin-REST
provides:
  Dancer::Plugin::REST:
    file: lib/Dancer/Plugin/REST.pm
    version: '0.11'
requires:
  Carp: '0'
  Dancer: '1.3111'
  Dancer::Plugin: '0'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/perldancer/Dancer-Plugin-REST/issues
  homepage: http://search.cpan.org/dist/Dancer-Plugin-REST/
  repository: https://github.com/perldancer/Dancer-Plugin-REST.git
version: '0.11'
x_authority: cpan:SUKRIA
x_contributors:
  - 'Breno G. de Oliveira <garu@cpan.org>'
  - 'James Aitken <loonypandora@gmail.com>'
  - 'Yanick Champoux <yanick@babyl.dyndns.org>'