s/GrottyParser/ManUtils/g
This commit is contained in:
parent
fc6064f4b8
commit
fadb0a1110
6 changed files with 28 additions and 28 deletions
15
lib/ManUtils/Build.PL
Normal file
15
lib/ManUtils/Build.PL
Normal 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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue