Changeset 10825 for lang/perl/HTTP-Engine/branches/moose
- Timestamp:
- 04/30/08 22:56:30 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/moose/lib/HTTP/Engine/Context.pm
r10823 r10825 5 5 6 6 has env => ( 7 is => 'rw',8 isa => 'HashRef',7 is => 'rw', 8 isa => 'HashRef', 9 9 required => 1, 10 10 ); … … 21 21 isa => 'HTTP::Engine::Request', 22 22 required => 1, 23 trigger => sub {23 trigger => sub { 24 24 my $self = shift; 25 $self->req->context( $self);25 $self->req->context($self); 26 26 }, 27 27 );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)