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,