Codebase list libcairo-perl / f5180d07-8189-4d74-90c8-fc8b8d3a9c85/upstream
Import upstream version 1.109+git20210119.1.d1ba515 Debian Janitor 2 years ago
4 changed file(s) with 10 addition(s) and 108 deletion(s). Raw diff Collapse all Expand all
0 Cairo.bs
1 Cairo*.c
2 Cairo*.o
3 Makefile
4 MYMETA.*
5 blib
6 build
7 cairo-perl-enums.*
8 cairo-perl-flags.*
9 pm_to_blib
5151 t/CairoRegion.t
5252 t/CairoSurface.t
5353 TODO
54 META.yml Module YAML meta-data (added by MakeMaker)
55 META.json Module JSON meta-data (added by MakeMaker)
+0
-71
META.json less more
0 {
1 "abstract" : "Perl interface to the cairo 2d vector graphics library",
2 "author" : [
3 "unknown",
4 "Cairo Perl Team <gtk-perl-list at gnome dot org>"
5 ],
6 "dynamic_config" : 1,
7 "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
8 "license" : [
9 "unknown",
10 "lgpl_2_1"
11 ],
12 "meta-spec" : {
13 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
14 "version" : 2
15 },
16 "name" : "Cairo",
17 "no_index" : {
18 "directory" : [
19 "t",
20 "inc"
21 ],
22 "file" : [
23 "inc/MakeHelper.pm"
24 ]
25 },
26 "prereqs" : {
27 "build" : {
28 "requires" : {
29 "ExtUtils::MakeMaker" : "0"
30 }
31 },
32 "configure" : {
33 "requires" : {
34 "ExtUtils::Depends" : "0.2",
35 "ExtUtils::MakeMaker" : "0",
36 "ExtUtils::PkgConfig" : "1"
37 }
38 },
39 "runtime" : {
40 "requires" : {
41 "ExtUtils::Depends" : "0.2",
42 "ExtUtils::PkgConfig" : "1"
43 }
44 },
45 "test" : {
46 "recommends" : {
47 "Test::Number::Delta" : "1"
48 }
49 }
50 },
51 "release_status" : "stable",
52 "resources" : {
53 "bugtracker" : {
54 "mailto" : "bug-Cairo [at] rt.cpan.org",
55 "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Cairo"
56 },
57 "homepage" : "http://gtk2-perl.sourceforge.net",
58 "license" : [
59 "http://www.gnu.org/licenses/lgpl-2.1.html"
60 ],
61 "repository" : {
62 "type" : "git",
63 "url" : "https://gitlab.gnome.org/GNOME/perl-cairo.git",
64 "web" : "https://gitlab.gnome.org/GNOME/perl-cairo"
65 },
66 "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list"
67 },
68 "version" : "1.109",
69 "x_serialization_backend" : "JSON::PP version 2.97001"
70 }
+0
-35
META.yml less more
0 ---
1 abstract: 'Perl interface to the cairo 2d vector graphics library'
2 author:
3 - unknown
4 - 'Cairo Perl Team <gtk-perl-list at gnome dot org>'
5 build_requires:
6 ExtUtils::MakeMaker: '0'
7 configure_requires:
8 ExtUtils::Depends: '0.2'
9 ExtUtils::MakeMaker: '0'
10 ExtUtils::PkgConfig: '1'
11 dynamic_config: 1
12 generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
13 license: unknown
14 meta-spec:
15 url: http://module-build.sourceforge.net/META-spec-v1.4.html
16 version: '1.4'
17 name: Cairo
18 no_index:
19 directory:
20 - t
21 - inc
22 file:
23 - inc/MakeHelper.pm
24 requires:
25 ExtUtils::Depends: '0.2'
26 ExtUtils::PkgConfig: '1'
27 resources:
28 MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
29 bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Cairo
30 homepage: http://gtk2-perl.sourceforge.net
31 license: http://www.gnu.org/licenses/lgpl-2.1.html
32 repository: https://gitlab.gnome.org/GNOME/perl-cairo.git
33 version: '1.109'
34 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'