Changeset 10291
- Timestamp:
- 04/24/08 14:14:02 (7 months ago)
- Files:
-
- 1 modified
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine.pm
r10223 r10291 1 package HTTPEx; 2 use strict; 3 use warnings; 4 5 =head1 NAME 6 7 HTTPEx - extension base class for HTTP::Engine 8 9 =head1 DESCRIPTION 10 11 HTTP::Engine entension namespace 12 13 =head1 SEE ALSO 14 15 L<HTTP::Engine> 16 17 =cut 18 1 19 package HTTP::Engine; 2 20 3 21 use strict; 4 22 use warnings; 23 use base 'HTTPEx'; 5 24 use Class::Component; 6 25 our $VERSION = '0.01';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)