Commit 20626db1ac5dbea00a30f0bfd6e21936d714ce52

Ingy döt Net 2011-12-26T21:58:17

Add Perl to the list of bindings.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.md b/README.md
index ed2bcb3..3a96f39 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,7 @@ Here are the bindings to libgit2 that are currently available:
 * libgit2net (.NET bindings, low level) <https://github.com/txdv/libgit2net>
 * parrot-libgit2 (Parrot Virtual Machine bindings) <https://github.com/letolabs/parrot-libgit2>
 * hgit2 (Haskell bindings) <https://github.com/norm2782/hgit2>
+* git-xs-pm (Perl bindings) <https://github.com/ingydotnet/git-xs-pm>
 
 If you start another language binding to libgit2, please let us know so
 we can add it to the list.