Skip to content

pplu/p5-pod-stripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POD Stripper

Utility to strip POD from Perl module files.

This utility is focused on reducing the size of Perl installations by deleting the POD documentation from the source files. It's basically aimed at running inside Docker containers to make them smaller.

Some initial tests show great earnings:

mkdir podstrip_test
cd podstrip_test
cpanm --no-man-pages -n -l local Moose
curl -s https://raw.githubusercontent.com/pplu/p5-pod-stripper/feature/fatpack/fatpacked/pod_stripper.pl | perl - local
> Original module size: 3029692
> Stripped to: 2041114
> Won 32.63%

rm -rf local
cpanm --no-man-pages -n -l local Paws
curl -s https://raw.githubusercontent.com/pplu/p5-pod-stripper/feature/fatpack/fatpacked/pod_stripper.pl | perl - local
Original module size: 63479951
Stripped to: 28912215
Won 54.45%

About

Utility to strip POD from Perl module files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages