X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=blobdiff_plain;f=CHANGES;h=2013f2d9ee155bcf1cc193919be0ba1e7485c570;hp=4bfc51ac6a730aab7f1f6a3169040e0659a3e306;hb=1f8dbf856d8b4e418abf82e0929c0614912caa0f;hpb=6bc863629dfa3bec1d938eb5a7af7ef68fd3849f diff --git a/CHANGES b/CHANGES index 4bfc51a..2013f2d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,15 @@ Revision history for Perl module Test::WWW::Mechanize::Catalyst: +0.50 + - App classname no longer has to be passed to import: + $m = T::W::M::C->new(catalyst_app => 'Catty') + now works. + - Can now use TWMC two test two different apps in the same perl + interpreter due to the above change + - Removed Test::WWW::Mechanize::Catalyst::Aux package as it isn't needed + any more + - Add 'host' accessor for white-label testing + 0.45 Mon Nov 24 20:39:19 GMT 2008 - be forwards-compatible with Catalyst 5.80's virtual domain testing (thanks Jason Gottshall)