Module-Pluggable
Module-Pluggable copied to clipboard
Makefile.PL Incorrectly suggest App::Fatpacker
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',
},
},
},