Skip Menu |

This queue is for tickets about the MooseX-Storage CPAN distribution.

Report information
The Basics
Id: 35618
Status: resolved
Priority: 0/
Queue: MooseX-Storage

People
Owner: NUFFIN [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.12
Fixed in: (no value)



Subject: failing tests
Today I tried to understand a failing test that looked like this: t/040_basic_utils......................... # Failed test '... got the right class name from the yaml item' # at t/040_basic_utils.t line 82. # got: 'Foo' # expected: undef # Looks like you failed 1 test of 5. When I ran through the debugger I saw that it is a potential SKIP but the test for the SKIP only checks if ($@ =~ /^Could not load YAML module because/) { At this point the actual value of $@ was: Can\'t locate Best.pm in @INC So either your expectations need to take into account this failing mode or the MooseX::Storage::Util->peek must die when Best is missing. Or something. Hope this helps,
this has been fixed in trunk, we'll release it soon
released 0.14