Don't depend on Class::Data::Inheritable and NEXT.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Test.pm
2008-10-14 Marcus Ramberg Change Catalyst::Test to use Moose
2008-09-08 Marcus Ramberg Fixed tests for new test methods
2008-09-03 Marcus Ramberg Add new test features
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2007-10-29 Andy Grundman Allow for CATALYST_SERVER settings with a trailing...
2007-08-03 Andy Grundman Remove a big chunk of duplicate code from C::Test
2007-04-04 Kieren Diment fixed bodged svk push
2007-04-04 Kieren Diment minor change to C::Test for style
2007-04-04 Kieren Diment fixed problem with overlapping server path and request...
2007-03-28 Andy Grundman Fix to C::Test to allow proper testing of remote URLs...
2007-03-12 Kieren Diment minor change to C::Test for style
2007-03-12 Kieren Diment fixed problem with overlapping server path and request...
2007-03-12 Kieren Diment improved docs showing how to handle redirects
2006-09-28 Jess Robinson Applied patch from Ton Voon, using Catalyst::Test witho...
2006-05-25 Matt S Trout removed UNIVERSAL::require from core
2006-05-19 Matt S Trout Use Class::Inspector->loaded() instead of ->can('can')
2006-04-30 Yuval Kogman make Catalyst::Test not try to require if $class->can...
2006-04-24 Marcus Ramberg lala
2005-11-19 Sebastian Riedel Fixed env
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-18 Sebastian Riedel Updated pod
2005-11-17 Sebastian Riedel Fixed typo
2005-11-15 Sebastian Riedel Updated Catalyst::Test to use HTTP::Request::AsCGI
2005-11-15 Sebastian Riedel Fixed multiple header bug
2005-11-06 Sebastian Riedel Added DBIx::Class::WebForm
2005-10-31 Yuval Kogman Releng, test fixes, bug fixes for Session plugins
2005-10-23 Sebastian Riedel Fixed Catalyst::Test to not throw a exception when...
2005-09-27 Andy Grundman Added recursive -r flag to prove example
2005-07-01 Christian Hansen Fixed $c->request->cookie, and improved detection of...
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-05-05 Christian Hansen Minor engine cleanup
2005-04-18 Marcus Ramberg updated syntax for 5.0
2005-04-14 Sebastian Riedel typo
2005-04-14 Sebastian Riedel now really die
2005-03-30 Marcus Ramberg make pod tests pass, if rclamp applies my patch.
2005-03-26 Christian Hansen minor bugfixes
2005-03-25 Christian Hansen move C::E::LWP to C::E::Test and make C::E::H::D a...
2005-03-25 Christian Hansen - removed C::E::Server
2005-03-25 Sebastian Riedel fixed forwarding to class method pairs and did some...
2005-03-25 Christian Hansen - added Catalyst::Engine::HTTP
2005-03-23 Christian Hansen remove $class->import from C::Test as it will break...
2005-03-23 Andrew Ford call to $class->import in Catalyst::Test
2005-03-23 Christian Hansen cleaning C::Test
2005-03-23 Christian Hansen updated C::Test and documented changes
2005-03-23 Christian Hansen updated test to use C::E::Test
2005-03-23 Christian Hansen added C::E::CGI::NPH
2005-03-23 Christian Hansen added t/16uri.t
2005-03-22 Sebastian Riedel fixed small bug
2005-03-22 Christian Hansen reworked base and path handling
2005-03-21 Sebastian Riedel updated server.pl and cgi-server.pl
2005-03-20 Sebastian Riedel fixed CGI::Simple warning
2005-03-20 Sebastian Riedel typo again :/
2005-03-20 Sebastian Riedel improved Catalyst::Test::request
2005-03-19 Sebastian Riedel added script/cgi-server.pl
2005-03-08 Sebastian Riedel now ok draven?
2005-03-08 Sebastian Riedel for draven
2005-03-02 Sebastian Riedel Many bugfixes,better docs
2005-02-28 Marcus Ramberg initial import of catalyst.