Subject: | make dist output missing dot before gz suffix |
% perl Makefile.PL
...
% make dist
...
gzip -9f File-Open-1.0.tar
Created File-Open-1.0.targz
It says "Created ...targz" but the file is (correctly) named "...tar.gz". The message is missing a dot between tar and the gz suffix.