File: META.yml

package info (click to toggle)
libwebservice-ils-perl 0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: perl: 2,645; makefile: 2; sh: 2
file content (70 lines) | stat: -rw-r--r-- 1,963 bytes parent folder | download | duplicates (2)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
abstract: 'Standardised library discovery/circulation services'
author:
  - 'Srdjan Janković <srdjan@catalyst.net.nz>'
build_requires:
  FindBin: '0'
  Test::More: '0.98'
configure_requires:
  Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.1.5, 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: WebService-ILS
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  WebService::ILS:
    file: lib/WebService/ILS.pm
    version: '0.18'
  WebService::ILS::JSON:
    file: lib/WebService/ILS/JSON.pm
  WebService::ILS::OverDrive:
    file: lib/WebService/ILS/OverDrive.pm
  WebService::ILS::OverDrive::Library:
    file: lib/WebService/ILS/OverDrive/Library.pm
  WebService::ILS::OverDrive::Patron:
    file: lib/WebService/ILS/OverDrive/Patron.pm
  WebService::ILS::RecordedBooks:
    file: lib/WebService/ILS/RecordedBooks.pm
  WebService::ILS::RecordedBooks::Partner:
    file: lib/WebService/ILS/RecordedBooks/Partner.pm
  WebService::ILS::RecordedBooks::PartnerBase:
    file: lib/WebService/ILS/RecordedBooks/PartnerBase.pm
  WebService::ILS::RecordedBooks::PartnerPatron:
    file: lib/WebService/ILS/RecordedBooks/PartnerPatron.pm
  WebService::ILS::RecordedBooks::Patron:
    file: lib/WebService/ILS/RecordedBooks/Patron.pm
  WebService::ILS::XML:
    file: lib/WebService/ILS/XML.pm
recommends:
  XML::LibXML: '0'
requires:
  Class::Tiny: '0'
  HTTP::Request::Common: '0'
  HTTP::Status: '0'
  Hash::Merge: '0'
  JSON: '0'
  LWP::UserAgent: '0'
  Modern::Perl: '0'
  Params::Check: '0'
  URI: '0'
  perl: '5.008001'
resources:
  repository: git://gitlab.com/srdjan-catalyst/webservice-ils.git
version: '0.18'
x_contributors:
  - 'Wm. Nick Clemens <nick@bywatersolutions.com>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_static_install: 1