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,15 +0,0 @@
#!/usr/bin/perl
use Module::Build;
Module::Build->new(
dist_name => 'GrottyParser',
dist_version_from => 'GrottyParser.pm',
pm_files => {
'GrottyParser.pm' => 'lib/GrottyParser.pm',
},
xs_files => {
'GrottyParser.xs' => 'lib/GrottyParser.xs',
},
)->create_build_script;

15
lib/ManUtils/Build.PL Normal file
View file

@ -0,0 +1,15 @@
#!/usr/bin/perl
use Module::Build;
Module::Build->new(
dist_name => 'ManUtils',
dist_version_from => 'ManUtils.pm',
pm_files => {
'ManUtils.pm' => 'lib/ManUtils.pm',
},
xs_files => {
'ManUtils.xs' => 'lib/ManUtils.xs',
},
)->create_build_script;

View file

@ -1,4 +1,4 @@
package GrottyParser;
package ManUtils;
use strict;
use warnings;
@ -6,7 +6,7 @@ use warnings;
our $VERSION = '0.01';
require XSLoader;
XSLoader::load('GrottyParser', $VERSION);
XSLoader::load('ManUtils', $VERSION);
1;

View file

@ -257,7 +257,7 @@ static void parselines(ctx_t *x) {
MODULE = GrottyParser PACKAGE = GrottyParser
MODULE = ManUtils PACKAGE = ManUtils
SV *
html(str)