Changeset 762
- Timestamp:
- 10/27/07 21:10:49 (6 years ago)
- Location:
- lang/perl/mobirc/trunk/mobirc
- Files:
-
- 2 added
- 2 modified
-
Makefile.PL (added)
-
lib/Mobirc.pm (added)
-
lib/Mobirc/HTTPD.pm (modified) (3 diffs)
-
mobirc (modified) (1 diff)
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} }, -
lang/perl/mobirc/trunk/mobirc/mobirc
r756 r762 13 13 use lib File::Spec->catfile( $FindBin::Bin, 'lib'); 14 14 15 use Mobirc; 15 16 use Mobirc::Util; 16 17 use Mobirc::HTTPD; 17 18 use Mobirc::IRCClient; 18 19 our $VERSION = '0.01';20 19 21 20 $SIG{INT} = sub { die "SIGINT!\n" };
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)