From: Tomas Doran Date: Mon, 29 Jun 2009 19:57:17 +0000 (+0000) Subject: Comment the magic so that someone doesn't just remove it again. X-Git-Tag: 5.80006~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=94f74acdfa62a94db80eb08f12078f0e0d513fc3 Comment the magic so that someone doesn't just remove it again. --- diff --git a/lib/Catalyst/Test.pm b/lib/Catalyst/Test.pm index 75821bf..3b319ed 100644 --- a/lib/Catalyst/Test.pm +++ b/lib/Catalyst/Test.pm @@ -55,7 +55,7 @@ my $build_exports = sub { $c = shift; }); $meta->make_immutable( replace_constructor => 1 ); - Class::C3::reinitialize(); + Class::C3::reinitialize(); # Fixes RT#46459, I've failed to write a test for how/why, but it does. ### do the request; C::T::request will know about the class name, and ### we've already stopped it from doing remote requests above. my $res = $request->( @_ );