Initial commit

This commit is contained in:
Yorhel 2012-06-15 14:23:29 +02:00
commit c47f450934
11 changed files with 1271 additions and 0 deletions

View file

@ -0,0 +1,12 @@
package GrottyParser;
use strict;
use warnings;
our $VERSION = '0.01';
require XSLoader;
XSLoader::load('GrottyParser', $VERSION);
1;