I am able to compile (perl Makefile.PL && make) the Compress-Raw-Zlib module, but when I run make dist I get an error stating Can't locate ExtUtils/Manifest.pm in @INC...
I have verified that ExtUtils/Manifest.pm does exist in one of the directories included in @INC, but for some reason make dist isn't finding it.