Skip to content

Commit

Permalink
fixed a shameful error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatlin Johnson committed Nov 17, 2011
1 parent c104f1d commit 7e42d99
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 930 deletions.
3 changes: 2 additions & 1 deletion app.psgi
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ builder {
$self->on(
'send' => sub {
use Redis::Handle;
my ($self,$uuid,$input);
my ($self,$arr) = @_;
my ($uuid,$input) = @$arr;

tie local *APPOUT, 'Redis::Handle', "$uuid:in";
print APPOUT "$input";
Expand Down
142 changes: 0 additions & 142 deletions lib/Tatsumaki.pm

This file was deleted.

149 changes: 0 additions & 149 deletions lib/Tatsumaki/Application.pm

This file was deleted.

33 changes: 0 additions & 33 deletions lib/Tatsumaki/Error.pm

This file was deleted.

50 changes: 0 additions & 50 deletions lib/Tatsumaki/HTTPClient.pm

This file was deleted.

Loading

0 comments on commit 7e42d99

Please sign in to comment.