File: META.yml

package info (click to toggle)
liburi-find-perl 20160806-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 1,388; makefile: 2
file content (33 lines) | stat: -r--r--r-- 908 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
---
abstract: 'Find URIs in arbitrary text'
author:
  - 'Michael G Schwern <schwern@pobox.com>'
build_requires:
  Module::Build: '0.30'
  Test::More: '0.88'
configure_requires:
  Module::Build: '0.30'
dynamic_config: 1
generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: URI-Find
provides:
  URI::Find:
    file: lib/URI/Find.pm
    version: '20160806'
  URI::Find::Schemeless:
    file: lib/URI/Find/Schemeless.pm
    version: '20160806'
requires:
  URI: '1.60'
  perl: v5.8.8
resources:
  bugtracker: http://github.com/schwern/URI-Find/issues/
  homepage: http://metacpan.org/release/URI-Find
  license: http://dev.perl.org/licenses/
  repository: http://github.com/schwern/URI-Find/
version: '20160806'
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'