Initial commit
This commit is contained in:
commit
c47f450934
11 changed files with 1271 additions and 0 deletions
15
lib/GrottyParser/Build.PL
Normal file
15
lib/GrottyParser/Build.PL
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue