Changeset 1073
- Timestamp:
- 11/04/07 11:52:25 (6 years ago)
- Location:
- lang/perl/mobirc/trunk/mobirc
- Files:
-
- 2 modified
-
assets/tmpl/show_channel.html (modified) (1 diff)
-
t/07-Component-IRCClient.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/mobirc/trunk/mobirc/assets/tmpl/show_channel.html
r1063 r1073 20 20 [% END %] 21 21 <hr /> 22 <a accesskey="5" href="[% docroot %]channels/[% channel | uri %]">more[5]</a><br />22 <a accesskey="5" href="[% docroot %]channels/[% channel.name | uri %]">more[5]</a><br /> 23 23 [% ELSE %] 24 24 [% FOR line IN channel.message_log.reverse() %] -
lang/perl/mobirc/trunk/mobirc/t/07-Component-IRCClient.t
r1063 r1073 10 10 use Encode; 11 11 eval q{use POE::Component::Server::IRC;}; 12 plan skip_all => " String::IRC is not installed." if $@;12 plan skip_all => "POE::Component::Server::IRC is not installed." if $@; 13 13 plan tests => 6; 14 14
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)