Changeset 18439
- Timestamp:
- 08/29/08 22:42:08 (4 months ago)
- Location:
- lang/perl/mobirc/trunk
- Files:
-
- 1 added
- 1 modified
-
lib/App/Mobirc/Plugin/Component/Twitter.pm (modified) (3 diffs)
-
t/Plugins/Component/Twitter.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/mobirc/trunk/lib/App/Mobirc/Plugin/Component/Twitter.pm
r13013 r18439 25 25 isa => 'Str', 26 26 lazy => 1, 27 default => { shift->username },27 default => sub { shift->username }, 28 28 ); 29 29 … … 64 64 65 65 hook 'run_component' => sub { 66 my ( $s self$global_context ) = @_;66 my ( $self, $global_context ) = @_; 67 67 68 68 my $twitter = POE::Component::Client::Twitter->spawn( %{ $self } ); … … 107 107 }; 108 108 109 no Moose; __PACKAGE__->meta->make_immutable; 109 110 1; 110 111 __END__
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)