From 4cd4ef07a4f15e0e7679f8396f813d8285d408c3 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 30 Nov 2022 18:39:01 +0100 Subject: [PATCH] Fixing the dist name. --- Build.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index 9ea56b9..a857880 100644 --- a/Build.PL +++ b/Build.PL @@ -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 ', - dist_abstract => 'A test runner for Perl', + dist_abstract => 'A build system for LPSC', requires => { 'Path::Tiny' => 0, 'Types::Standard' => 0,