Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 87911
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: MAUKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 6.72
Fixed in: 6.73_11



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.
SUFFIX will now be prefixed with a '.' if it hasn't already been provided with one. Many thanks.
This is resolved with the 6.74 release to CPAN.