Changeset 25622 for lang/perl/HTTP-Engine/trunk/lib
- Timestamp:
- 12/01/08 19:36:12 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Types/Core.pm
r25619 r25622 62 62 63 63 do { 64 subtype Handler => as 'CodeRef';64 subtype Handler => +{ as => 'CodeRef' }; 65 65 coerce Handler => +{ Str => sub { $_[0] = \&{$_[0]} } }; 66 66 };
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)