• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H07-May-2009-2,2181,847

demo/H03-May-2022-5,3714,771

lib/Goo/H07-May-2009-11918

t/H07-May-2009-194

tools/H07-May-2009-171117

xs/H07-May-2009-1,7651,555

ChangesH A D07-May-2009550 2215

MANIFESTH A D27-Mar-2008750 4039

META.ymlH A D07-May-2009565 1817

Makefile.PLH A D27-Mar-20085.1 KiB167123

READMEH A D07-May-2009797 3622

goocanvas-perl.hH A D29-Sep-20072.3 KiB5238

goocanvas.typemapH A D27-Sep-2007588 1815

mapsH A D26-Sep-20072.6 KiB3736

ppport.hH A D26-Sep-2007115.4 KiB4,9551,829

README

1Goo-Canvas version 0.05
2=======================
3
4Perl bindings to the goocanvas-0.9+. For goocanvas-0.6, please use
5Goo-Canvas version 0.03.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20  perl >= 5.8.0
21  Cairo >= 1.00 (perl module and requisite C libraries)
22  Glib >= 1.103 (perl module and requisite C libraries)
23  Gtk2 >= 1.100 (perl module and requisite C libraries)
24  goocanvas-0.9+
25
26
27COPYRIGHT AND LICENCE
28
29Copyright (C) 2007 by Ye Wenbin
30
31This library is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself, either Perl version 5.8.8 or,
33at your option, any later version of Perl 5 you may have available.
34
35
36