Skip Menu |

This queue is for tickets about the CPAN-Mini-Webserver CPAN distribution.

Report information
The Basics
Id: 38365
Status: resolved
Priority: 0/
Queue: CPAN-Mini-Webserver

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

Bug Information
Severity: Important
Broken in: 0.34
Fixed in: (no value)



Subject: Fails to handle *.tgz
Just change lines 217, 267 and 359 in V 0.34 from: if ( $file =~ /\.tar\.gz)$/ ) { to: if ( $file =~ /\.(?:tar\.gz|tgz)$/ ) {
Thanks, applied: - handle *.tgz as well as *.tar.gz (patch by RSAVAGE)