introduce superclass for streams
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / CodeStream.pm
index 144effa..585e05c 100644 (file)
@@ -2,6 +2,7 @@ package HTML::Zoom::CodeStream;
 
 use strict;
 use warnings FATAL => 'all';
+use base qw(HTML::Zoom::StreamBase);
 
 sub from_array {
   my ($class, @array) = @_;