in reply to Re^2: Module Static.pm not found when using perl packer
in thread Module Static.pm not found when using perl packer

"It seems that the Strawberry guys bundled the "old" modules Static.pm (and Dynamic.pm) into this quite recent Perl (PAR::Packer) distribution. Really embarrassing!"

For Strawberry Perl 5.28.2 from the msi:

marto@Marto-Desktop:~/Downloads/msi/Strawberry$ find . -name "Static.p +m" ./perl/vendor/lib/Mojolicious/Static.pm marto@Marto-Desktop:~/Downloads/msi/Strawberry

From the 'portable':

marto@Marto-Desktop:~/portable$ find . -name "Static.pm" ./perl/vendor/lib/Mojolicious/Static.pm marto@Marto-Desktop:~/portable$

From the 'zip' distro:

marto@Marto-Desktop:~/zip$ find . -name "Static.pm" ./perl/vendor/lib/Mojolicious/Static.pm marto@Marto-Desktop:~/zip$

I can't see anything to back up this claim.