From: André Walker Date: Fri, 5 Aug 2011 20:52:43 +0000 (-0300) Subject: pod sketch for Request lifecycle X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64e06b7d571fe1c845df839a19ae781cd256138c;p=catagits%2FCatalyst-Runtime.git pod sketch for Request lifecycle --- diff --git a/lib/Catalyst/IOC/LifeCycle/Request.pm b/lib/Catalyst/IOC/LifeCycle/Request.pm index f350e3a..1d6f3e3 100644 --- a/lib/Catalyst/IOC/LifeCycle/Request.pm +++ b/lib/Catalyst/IOC/LifeCycle/Request.pm @@ -8,3 +8,28 @@ use namespace::autoclean; with 'Bread::Board::LifeCycle::Singleton'; 1; + +__END__ + +=pod + +=head1 NAME + +Catalyst::IOC::LifeCycle::Request - Components that last for one request + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=head1 METHODS + +=head1 AUTHORS + +Catalyst Contributors, see Catalyst.pm + +=head1 COPYRIGHT + +This library is free software. You can redistribute it and/or modify it under +the same terms as Perl itself. + +=cut