Changeset 762 for lang/perl/mobirc/trunk/mobirc/lib/Mobirc/HTTPD.pm
- Timestamp:
- 10/27/07 21:10:49 (6 years ago)
- Files:
-
- 1 modified
-
lang/perl/mobirc/trunk/mobirc/lib/Mobirc/HTTPD.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/mobirc/trunk/mobirc/lib/Mobirc/HTTPD.pm
r761 r762 20 20 use Scalar::Util qw/blessed/; 21 21 22 use Mobirc; 22 23 use Mobirc::Util; 23 24 … … 25 26 use constant cookie_ttl => 86400 * 3; # 3 days 26 27 27 our $VERSION = 0.01; # TODO: should use $Mobirc::VERSION28 28 our $GLOBAL_CONFIG; # TODO: should use HEAP. 29 29 … … 276 276 user_agent => $c->{user_agent}, 277 277 title => $c->{config}->{httpd}->{title}, 278 version => $ VERSION,278 version => $Mobirc::VERSION, 279 279 280 280 %{ $c->{irc_heap} },
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)