summaryrefslogtreecommitdiff
path: root/META.yml
blob: 7a09d6eee6d4bd6a7c3da97ef651f038fbe81a86 (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
abstract: 'a series of charting modules'
author:
  - 'Chart-Group <chartgrp@web.de>'
build_requires:
  File::Temp: '0.19'
  Test::More: '1.3'
  Test::Warn: '0.30'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.025, 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: Chart
no_index:
  directory:
    - t
  namespace:
    - Chart::Manual
    - Chart::Property
  package:
    - Chart::Base
    - Chart::BrushStyles
    - Chart::Constants
provides:
  Chart:
    file: lib/Chart.pm
    version: v2.403.9
  Chart::Bars:
    file: lib/Chart/Bars.pm
    version: v2.403.9
  Chart::Composite:
    file: lib/Chart/Composite.pm
    version: v2.403.9
  Chart::Direction:
    file: lib/Chart/Direction.pm
    version: v2.403.9
  Chart::ErrorBars:
    file: lib/Chart/ErrorBars.pm
    version: v2.403.9
  Chart::HorizontalBars:
    file: lib/Chart/HorizontalBars.pm
    version: v2.403.9
  Chart::Lines:
    file: lib/Chart/Lines.pm
    version: v2.403.9
  Chart::LinesPoints:
    file: lib/Chart/LinesPoints.pm
    version: v2.403.9
  Chart::Mountain:
    file: lib/Chart/Mountain.pm
    version: v2.403.9
  Chart::Pareto:
    file: lib/Chart/Pareto.pm
    version: v2.403.9
  Chart::Pie:
    file: lib/Chart/Pie.pm
    version: v2.403.9
  Chart::Points:
    file: lib/Chart/Points.pm
    version: v2.403.9
  Chart::Property:
    file: lib/Chart/Property.pm
    version: v2.403.9
  Chart::Split:
    file: lib/Chart/Split.pm
    version: v2.403.9
  Chart::StackedBars:
    file: lib/Chart/StackedBars.pm
    version: v2.403.9
requires:
  Carp: '1.35'
  GD: '2'
  Graphics::Toolkit::Color: '1'
  perl: v5.12.0
resources:
  repository: git://github.com/lichtkind/Chart.git
version: v2.403.9
x_generated_by_perl: v5.30.0
x_maintainers:
  - 'Herbert Breunung <lichtkind@cpan.org>'
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'