Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-ConfigAny CPAN distribution.

Report information
The Basics
Id: 122220
Status: open
Priority: 0/
Queue: Mojolicious-Plugin-ConfigAny

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

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



CC: REHSACK [...] cpan.org
Subject: t/90-mojolicious-plugin-configany.t fails (with newest File::ConfigDir?)
t/90-mojolicious-plugin-configany.t started to fail on my smoker systems: ... # Failed test 'Got config dirs' # at t/90-mojolicious-plugin-configany.t line 13. # got: '2' # expected: '1' # Failed test 'Got config files' # at t/90-mojolicious-plugin-configany.t line 17. # got: '4' # expected: '2' # Looks like you failed 2 tests of 4. t/90-mojolicious-plugin-configany.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/4 subtests ... Statistical analysis suggests that this happens with the newest File::ConfigDir version (negative theta means "bad"): **************************************************************** Regression 'mod:File::ConfigDir' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 14125187200763708.00 [1='eq_0.017'] 0.0000 0.0000 4.68 [2='eq_0.018'] -1.0000 0.0000 -13947504816998756.00 R^2= 1.000, N= 132, K= 3 ****************************************************************
This is very likely caused by the new vendorapp_cfg_dir - which is (upon request) similar to singleapp_cfg_dir but allows multiple apps share a config dirrectory thus supports application prefix. I'm in hurry right now (low on tuits), but when a distinct() is missing in config_dirs - I'm happy to add one.