[Catalyst-commits] r10027 - Catalyst-Runtime/5.80/trunk/lib

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu May 7 00:13:23 GMT 2009


Author: t0m
Date: 2009-05-07 00:13:23 +0000 (Thu, 07 May 2009)
New Revision: 10027

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Back out last change. vincent worked out it's a bug in MOP

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-05-06 20:17:12 UTC (rev 10026)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-05-07 00:13:23 UTC (rev 10027)
@@ -1100,7 +1100,6 @@
     # modifiers work correctly in MyApp (as you have to call setup _before_
     # applying modifiers).
     Scope::Upper::reap(sub {
-        die $@ if $@; # This does not appear to do what you think it does.
         my $meta = Class::MOP::get_metaclass_by_name($class);
         if ( $meta->is_immutable && ! { $meta->immutable_options }->{inline_constructor} ) {
             die "You made your application class ($class) immutable, "




More information about the Catalyst-commits mailing list