Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the File-MimeInfo CPAN distribution.

Report information
The Basics
Id: 39955
Status: resolved
Priority: 0/
Queue: File-MimeInfo

People
Owner: Nobody in particular
Requestors: toddr [...] cpanel.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.14
  • 0.15
Fixed in: (no value)



Subject: Version number decreases from .14 to .15 for Rox
Hi, CPAN is falseley reporting that File::MimeInfo::Rox is in need of upgrade and then upgrades me to .14 from .15 The reason for this is that between .14 and .15, you decreased the version number of File::MimeInfo::Rox from .2 to .15, -File-MimeInfo-0.14 +File-MimeInfo-0.15 -our $VERSION = '0.2'; -our @choichespath = map File::Spec->catdir(@$_), ( - [xdg_config_home(), 'rox.sourceforge.net'], - [$ENV{HOME}, 'Choices'], - (map [$_, 'Choices'], xdg_data_dirs()) +our $VERSION = '0.15'; +our @choicespath = ( + config_home('rox.sourceforge.net'), + File::Spec->catdir($ENV{HOME}, 'Choices'), + data_dirs('Choices'), From experience in my own modules, I think the only probable fix will be to do something drastic like move your module versions up to .3 Thanks,
From: todd.e.rinaldo [...] jpmorgan.com
Hi, A much simpler solution would be to simply remove .14 from Pause unless there's a reason to keep it around. This would solve the problem.
Will delete 0.14 from cpan