RT for rt.cpan.org
Skip Menu
|
Bug #38365 for CPAN-Mini-Webserver: Fails to handle *.tgz
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Sat Aug 09 22:08:29 2008
RSAVAGE [...] cpan.org - Ticket created
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)$/ ) {
Mon Aug 11 03:38:19 2008
leon [...] astray.com - Correspondence added
Thanks, applied: - handle *.tgz as well as *.tar.gz (patch by RSAVAGE)
Mon Aug 11 03:38:21 2008
The RT System itself - Status changed from 'new' to 'open'
Mon Aug 11 03:38:22 2008
leon [...] astray.com - Status changed from 'open' to 'resolved'