Fixing the dist name.

This commit is contained in:
sergiotarxz 2022-11-30 18:39:01 +01:00
parent f56a78841f
commit 4cd4ef07a4
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ use Module::Build;
my $home = $ENV{HOME};
my $build = Module::Build->new(
module_name => 'Owl::TestRunner',
module_name => 'LPSC::Builder',
license => 'GPLv3',
dist_author => 'Sergio Iglesias <contact@owlcode.tech>',
dist_abstract => 'A test runner for Perl',
dist_abstract => 'A build system for LPSC',
requires => {
'Path::Tiny' => 0,
'Types::Standard' => 0,