--- common-sense/Makefile.PL 2013/08/01 02:01:44 1.5 +++ common-sense/Makefile.PL 2015/06/29 12:40:22 1.6 @@ -2,7 +2,7 @@ WriteMakefile( dist => { - PREOP => 'pod2text sense.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', + PREOP => 'pod2text sense.pod | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', COMPRESS => 'gzip -9v', SUFFIX => '.gz', },