From c3e786cc2000051ed931b918f3e4929b3b0abea8 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 30 Apr 2013 20:15:38 +0200 Subject: [PATCH] Base: fix typo --- videosite/Base.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => {} }) }, -- 1.8.3.1