From a1831f8e834b4005c7636c1d66d2d69b85422043 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 4 Jan 2024 00:05:45 -0800 Subject: Use the proper name case in the makefile The lower-case name caused the files in root/ to be placed into the wrong directory on install, where Catalyst couldn't find them at run-time. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 9ec5fc2..9057411 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use Module::Install::Catalyst; # Complain loudly if you don't have # Catalyst::Devel installed or haven't said # 'make dist' to create a standalone tarball. -name 'mga-mirrors'; +name 'MGA-Mirrors'; all_from 'lib/MGA/Mirrors.pm'; requires 'Catalyst::Runtime' => '5.80000'; -- cgit v1.2.1