stub pod for Exception::Go and ::Detach.
Florian Ragwitz [Fri, 26 Jun 2009 19:50:14 +0000 (19:50 +0000)]
lib/Catalyst/Exception/Detach.pm
lib/Catalyst/Exception/Go.pm

index 93331c6..5f98119 100644 (file)
@@ -12,3 +12,11 @@ has '+message' => (
 __PACKAGE__->meta->make_immutable;
 
 1;
+
+__END__
+
+=head1 NAME
+
+Catalyst::Exception::Detach - Exception for redispatching using $ctx->detach()
+
+=cut
index 612be24..6be9efe 100644 (file)
@@ -12,3 +12,11 @@ has '+message' => (
 __PACKAGE__->meta->make_immutable;
 
 1;
+
+__END__
+
+=head1 NAME
+
+Catalyst::Exception::Go - Exception for redispatching using $ctx->go()
+
+=cut