Fixing the dist name.
This commit is contained in:
parent
f56a78841f
commit
4cd4ef07a4
4
Build.PL
4
Build.PL
@ -3,10 +3,10 @@ use Module::Build;
|
|||||||
my $home = $ENV{HOME};
|
my $home = $ENV{HOME};
|
||||||
|
|
||||||
my $build = Module::Build->new(
|
my $build = Module::Build->new(
|
||||||
module_name => 'Owl::TestRunner',
|
module_name => 'LPSC::Builder',
|
||||||
license => 'GPLv3',
|
license => 'GPLv3',
|
||||||
dist_author => 'Sergio Iglesias <contact@owlcode.tech>',
|
dist_author => 'Sergio Iglesias <contact@owlcode.tech>',
|
||||||
dist_abstract => 'A test runner for Perl',
|
dist_abstract => 'A build system for LPSC',
|
||||||
requires => {
|
requires => {
|
||||||
'Path::Tiny' => 0,
|
'Path::Tiny' => 0,
|
||||||
'Types::Standard' => 0,
|
'Types::Standard' => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user