File: META.yml

package info (click to toggle)
libwebservice-s3-tiny-perl 0.003-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 836 kB
  • sloc: perl: 137; sh: 5; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 804 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
---
abstract: 'Perl module for using S3 or compatible APIs'
author:
  - 'James Raspass <j.raspass@cv-library.co.uk>'
build_requires:
  HTTP::Request: '0'
  perl: '5.014'
configure_requires:
  Module::Build::Tiny: '0.034'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.010, 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-S3-Tiny
provides:
  WebService::S3::Tiny:
    file: lib/WebService/S3/Tiny.pm
    version: '0.003'
requires:
  HTTP::Tiny: '0.014'
  perl: '5.014'
resources:
  bugtracker: https://github.com/cv-library/WebService-S3-Tiny/issues
  repository: git://github.com/cv-library/WebService-S3-Tiny.git
version: '0.003'
x_serialization_backend: 'YAML::Tiny version 1.70'