- Fix properties interitance for GrabberBase and GetterBase
[videosite.git] / videosite / Base.pm
index cad4374..d8a4e98 100644 (file)
@@ -8,7 +8,7 @@ use Data::Dumper;
 
 sub new {
     my $class = shift;
-    my $self = {'_DEBUG' => 0, '_OUT' => sub {}};
+    my $self = {'_DEBUG' => 0, '_OUT' => sub {print shift}};
 
     bless($self, $class);