Slide 11
Slide 11 text
Conclusion
• CPAN ecosystem uses Makefile.PL/Build.PL to install
CPAN modules
• It is powerful, but often overly complicated
• Now we have the concept static install, which is much
simpler and faster
• To make CPAN modules static installable, set
x_static_install 1 in META.json
• Let’s make CPAN ecosystem simpler 👍