Skip Menu |

This queue is for tickets about the Photography-Website CPAN distribution.

Report information
The Basics
Id: 103769
Status: resolved
Priority: 0/
Queue: Photography-Website

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

Bug Information
Severity: (no value)
Broken in: 0.26
Fixed in: (no value)



Subject: Please accept also uppercase .JPG
Some cameras create uppercase filenames with an uppercase .JPG suffix, which is apparently ignored by photog. Probably in the following regexp the /i flag should be set. Photography::Website::Configure::is_image(/usr/perl5.20.2p/lib/site_perl/5.20.2/Photography/Website/Configure.pm:519): 519: return shift =~ /\.jpg$/;
On 2015-04-16 06:00:03, SREZIC wrote: Show quoted text
> Some cameras create uppercase filenames with an uppercase .JPG suffix, > which is apparently ignored by photog. Probably in the following > regexp the /i flag should be set. > > Photography::Website::Configure::is_image(/usr/perl5.20.2p/lib/site_perl/5.20.2/Photography/Website/Configure.pm:519): > 519: return shift =~ /\.jpg$/;
Just read the Changes file of 0.27 --- it looks like this is already implemented.