* Fixes
- More robust behavior under heavily threaded environments - make
sure we do not have refaddr reuse in the global storage registry
+ - Fix failing test on 5.8 under Win32 (RT#81114)
0.08204 2012-11-08
* New Features / Changes
# FIXME - temporary, needs throwing out for something more efficient
'Data::Compare' => '1.22',
- # Moo does not yet depend on this higher version
- 'strictures' => '1.003001',
-
# DBI itself should be capable of installation and execution in pure-perl
# mode. However it has never been tested yet, so consider XS for the time
# being
'Data::Page' => '2.00',
'Devel::GlobalDestruction' => '0',
'Hash::Merge' => '0.12',
- 'Moo' => '0.009100',
+ 'Moo' => '1.000006',
'MRO::Compat' => '0.09',
'Module::Find' => '0.06',
'namespace::clean' => '0.20',
-* 8bab2062 preloading threads.pm is absolute bullshit - remove and find out
-the real problem (might very well be a Moo bug). But seriously - preloading
-threads.pm in a BEGIN block?!?!?!
* 50e6c52e reenable the test and investigate. A blatant skip is fucking
bullshit
* a0361822 reenable the win32 test - if it no longer fails for anyone - how