- Timestamp:
- 08/28/08 13:02:02 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface.pm
r18231 r18376 18 18 }; 19 19 20 @_ = ($class, ); 21 goto \&Moose::import; 20 strict->import; 21 warnings->import; 22 23 return if $caller eq 'main'; 24 25 Moose::init_meta($caller); 26 Moose->import( { into => $caller } ); 22 27 } 23 28
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)