~ubuntu-branches/ubuntu/wily/libgraphviz-perl/wily

« back to all changes in this revision

Viewing changes to META.yml

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2015-07-04 22:07:20 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150704220720-wa57i227pwqysxco
Tags: 2.18-1
* Team upload.
* New upstream release.
* Update upstream copyright and license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
author:
4
4
  - 'Leon Brocard <acme@astray.com>'
5
5
build_requires:
6
 
  Test::More: '0.47'
 
6
  Test::More: '1.001014'
 
7
  Test::Pod: '1.48'
7
8
configure_requires:
8
 
  Module::Build: '0.38'
 
9
  File::Which: '1.09'
 
10
  Module::Build: '0.4211'
9
11
dynamic_config: 1
10
 
generated_by: 'Module::Build version 0.4207, CPAN::Meta::Converter version 2.142060'
 
12
generated_by: 'Module::Build version 0.4211, CPAN::Meta::Converter version 2.143240'
11
13
license: artistic_2
12
14
meta-spec:
13
15
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
16
18
provides:
17
19
  Devel::GraphVizProf:
18
20
    file: lib/Devel/GraphVizProf.pm
19
 
    version: '2.16'
 
21
    version: '2.18'
20
22
  GraphViz:
21
23
    file: lib/GraphViz.pm
22
 
    version: '2.16'
 
24
    version: '2.18'
23
25
  GraphViz::Data::Grapher:
24
26
    file: lib/GraphViz/Data/Grapher.pm
25
 
    version: '2.16'
 
27
    version: '2.18'
26
28
  GraphViz::No:
27
29
    file: lib/GraphViz/No.pm
28
 
    version: '2.16'
 
30
    version: '2.18'
29
31
  GraphViz::Parse::RecDescent:
30
32
    file: lib/GraphViz/Parse/RecDescent.pm
31
 
    version: '2.16'
 
33
    version: '2.18'
32
34
  GraphViz::Parse::Yacc:
33
35
    file: lib/GraphViz/Parse/Yacc.pm
34
 
    version: '2.16'
 
36
    version: '2.18'
35
37
  GraphViz::Parse::Yapp:
36
38
    file: lib/GraphViz/Parse/Yapp.pm
37
 
    version: '2.16'
 
39
    version: '2.18'
38
40
  GraphViz::Regex:
39
41
    file: lib/GraphViz/Regex.pm
40
 
    version: '2.16'
 
42
    version: '2.18'
41
43
  GraphViz::Small:
42
44
    file: lib/GraphViz/Small.pm
43
 
    version: '2.16'
 
45
    version: '2.18'
44
46
  GraphViz::XML:
45
47
    file: lib/GraphViz/XML.pm
46
 
    version: '2.16'
 
48
    version: '2.18'
47
49
requires:
48
50
  Carp: '1.01'
49
51
  Config: '0'
50
 
  File::Which: '1.09'
51
52
  Getopt::Long: '2.34'
52
53
  IO::Dir: '1.04'
53
54
  IO::File: '1.1'
59
60
  XML::Twig: '3.38'
60
61
  XML::XPath: '1.13'
61
62
  lib: '0'
 
63
  perl: '5.006'
62
64
  strict: '0'
63
65
  vars: '0'
64
66
  warnings: '0'
65
67
resources:
66
 
  license: http://opensource.org/licenses/artistic-license-2.0.php
67
 
version: '2.16'
 
68
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=GraphViz
 
69
  license: http://www.perlfoundation.org/artistic_license_2_0
 
70
  repository: https://github.com/ronsavage/GraphViz
 
71
version: '2.18'