-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.yml
31 lines (31 loc) · 785 Bytes
/
META.yml
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
---
abstract: 'Extract repeated phrases from text'
author:
- 'Faelin Landy <faelin.landy@gmail.com>'
build_requires: {}
configure_requires:
Module::Build: '2.01'
dynamic_config: 1
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.143240'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Text-Summarizer
provides:
Text::Summarizer:
file: lib/Text/Summarizer.pm
version: '2.01'
Text::Typifier:
file: lib/Text/Typifier.pm
version: '2.01'
requires:
Algorithm::CurveFit: '0'
Lingua::Stem: '0'
List::AllUtils: '0'
Moo: '0'
Types::Standard: '0'
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/faelin/text-summarizer/
version: '2.01'