X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8353265fac3806e8e6b2b347b5c7d31e7313dd4a;hb=0d83a3c9854ff5ff945f365cbb12caa5ec6f54e1;hp=b78042fb22dbacef5513bf5bd61d72bfee36a66c;hpb=0f22810a8a14902c7724ea80a9951829e42ac8eb;p=gitmo%2FMooseX-Singleton.git diff --git a/Changes b/Changes index b78042f..8353265 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,13 @@ Revision history for Perl extension MooseX-Singleton {{$NEXT}} + - Fix warnings_once.t to not die if Test::NoWarnings isn't installed (Kaare) + +0.28 2011-12-05 - Fix RT Bug #46086, "name used only once" (Thanks chisel for the patch and - the test + the test) 0.27 2011-05-19 - - Fix 006-cooperative.t - this test requires MooseX::StrictConstructor 0.16+ to pass with Moose 2.00+. Reported by Alexandr Ciornii. RT #67965. (Dave Rolsky)