]> err.no Git - libchamplain/commit
Add the Perl bindings.
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sun, 15 Mar 2009 16:26:26 +0000 (17:26 +0100)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 25 Mar 2009 08:06:18 +0000 (10:06 +0200)
commit76f2a895470cfe79feea77cdd78c30aea3ed03cf
tree2ac226097bf822459859ac6b1effa7998316d98b
parent871b4f3ee8865ad56a9cb576e6a8e59e183f73f4
Add the Perl bindings.

Create the Perl binding folder using the same file structure as a valid CPAN module.
21 files changed:
bindings/perl/Champlain/Changes [new file with mode: 0644]
bindings/perl/Champlain/MANIFEST [new file with mode: 0644]
bindings/perl/Champlain/MANIFEST.SKIP [new file with mode: 0644]
bindings/perl/Champlain/Makefile.PL [new file with mode: 0644]
bindings/perl/Champlain/README [new file with mode: 0644]
bindings/perl/Champlain/champlain-perl.h [new file with mode: 0644]
bindings/perl/Champlain/examples/gtk2.pl [new file with mode: 0755]
bindings/perl/Champlain/examples/launcher.pl [new file with mode: 0755]
bindings/perl/Champlain/lib/Champlain.pm [new file with mode: 0644]
bindings/perl/Champlain/maps [new file with mode: 0644]
bindings/perl/Champlain/maps-gtk [new file with mode: 0644]
bindings/perl/Champlain/ppport.h [new file with mode: 0644]
bindings/perl/Champlain/t/Champlain.t [new file with mode: 0644]
bindings/perl/Champlain/xs/Champlain.xs [new file with mode: 0644]
bindings/perl/Champlain/xs/ChamplainLayer.xs [new file with mode: 0644]
bindings/perl/Champlain/xs/ChamplainMapSource.xs [new file with mode: 0644]
bindings/perl/Champlain/xs/ChamplainMarker.xs [new file with mode: 0644]
bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs [new file with mode: 0644]
bindings/perl/Champlain/xs/ChamplainTile.xs [new file with mode: 0644]
bindings/perl/Champlain/xs/ChamplainView.xs [new file with mode: 0644]
bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs [new file with mode: 0644]