File: META.yml

package info (click to toggle)
libtext-worddiff-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 562; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,355 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
---
abstract: 'Track changes between documents'
author:
  - 'David E. Wheeler <david@justatheory.com>'
  - 'Currently maintained by the developers of The Perl Shop <tps@cpan.org>.'
build_requires:
  File::Spec: '0'
  Module::Build: '0.2701'
  Test::More: '0.17'
configure_requires:
  Module::Build: '0.2701'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, 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: Text-WordDiff
provides:
  Text::WordDiff:
    file: lib/Text/WordDiff.pm
    version: '0.09'
  Text::WordDiff::ANSIColor:
    file: lib/Text/WordDiff/ANSIColor.pm
    version: '0.09'
  Text::WordDiff::Base:
    file: lib/Text/WordDiff.pm
  Text::WordDiff::HTML:
    file: lib/Text/WordDiff/HTML.pm
    version: '0.09'
  Text::WordDiff::HTMLTwoLines:
    file: lib/Text/WordDiff/HTMLTwoLines.pm
    version: '0.09'
recommends:
  Test::Pod: '1.41'
requires:
  Algorithm::Diff: '1.19'
  HTML::Entities: '0'
  Term::ANSIColor: '0'
resources:
  bugtracker: https://github.com/ThePerlShop/text-worddiff/issues
  homepage: https://metacpan.org/release/Text-WordDiff
  license: http://dev.perl.org/licenses/
  repository: https://github.com/ThePerlShop/text-worddiff
version: '0.09'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'