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