Could Someone explain what are the .pp files on strawberry perl directory ,
for example i have the following file 64bit-5.16.0.1.pp and many other files with this extension .
what this extension means (.pp) are those the builds of strawberry and if yes can i build some .pp file of my own with my extra modules?
64bit-5.16.0.1.ppfile is part of Perl::Dist::Strawberry which is used to build strawberry perl distribution (it is not part of standard strawberry installation, you have to install it viacpanorcpanmcommand).The
*.ppfiles are in fact a build configuration defining what components are bundled into strawberry perl distribution.You can create a modified version of any
*.ppfile (see examples) and create your own strawberry-like perl distribution. Just install Perl::Dist::Strawberry and useperldist_strawberrycommand with proper parameters - see perldist_strawberry usage