Initial commit
This commit is contained in:
commit
c47f450934
11 changed files with 1271 additions and 0 deletions
12
lib/GrottyParser/GrottyParser.pm
Normal file
12
lib/GrottyParser/GrottyParser.pm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package GrottyParser;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '0.01';
|
||||
|
||||
require XSLoader;
|
||||
XSLoader::load('GrottyParser', $VERSION);
|
||||
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue