Module-Pluggable icon indicating copy to clipboard operation
Module-Pluggable copied to clipboard

Makefile.PL Incorrectly suggest App::Fatpacker

Open theory opened this issue 9 years ago • 0 comments

The "P" should be capitalized:

diff --git a/Makefile.PL b/Makefile.PL
index ed13fa2..81b5eda 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -86,7 +86,7 @@ my %WriteMakefileArgs = (
             },
             test => {
                 suggests => {
-                    'App::Fatpacker' => '0.010000',
+                    'App::FatPacker' => '0.010000',
                 },
             },
         },

theory avatar Jan 29 '16 18:01 theory