From: Ralf Ertzinger Date: Tue, 30 Apr 2013 18:15:38 +0000 (+0200) Subject: Base: fix typo X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=c3e786cc2000051ed931b918f3e4929b3b0abea8 Base: fix typo --- diff --git a/videosite/Base.pm b/videosite/Base.pm index be0272e..923585a 100644 --- a/videosite/Base.pm +++ b/videosite/Base.pm @@ -12,7 +12,7 @@ sub new { my $class = shift; my $self = {'_DEBUG' => 0, '_CONNECTOR' => undef, - API => { + _API => { io => sub { printf(@_) }, connectors => sub { return ({ 'name' => 'direct', 'schemas' => {} }) },