diff options
author | Javier Jardón <jjardon@gnome.org> | 2012-04-19 17:18:25 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2012-04-20 11:08:20 +0100 |
commit | 866f92719e21feb9d1bab8f619501217a3b7e448 (patch) | |
tree | 957d506078fc290df8d3a102a42aab2b7a006c7a | |
parent | 91dbafc6bb448b8a09bf00f24f57c1236cb76808 (diff) | |
download | lorry-866f92719e21feb9d1bab8f619501217a3b7e448.tar.gz |
lorries: Add XML-Parser
-rw-r--r-- | lorries/XML-Parser.lorry | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lorries/XML-Parser.lorry b/lorries/XML-Parser.lorry new file mode 100644 index 0000000..5d0eb4a --- /dev/null +++ b/lorries/XML-Parser.lorry @@ -0,0 +1,8 @@ +{ + "XML-Parser": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.41.tar.gz" + } +} |