s/GrottyParser/ManUtils/g

This commit is contained in:
Yorhel 2012-07-11 11:29:15 +02:00
parent fc6064f4b8
commit fadb0a1110
6 changed files with 28 additions and 28 deletions

View file

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