Yes - roundtrip with Compress::LZF works fine. But files that I dealing were compressed with some funky Java implementation of Ziv-Lempel - I tried decompressing them using LZF and it failed - so I thought I would try LZF_PP so I can at least debug what is going wrong. But as it seems LZF_PP has some issues...