introduce superclass for streams
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / StreamBase.pm
diff --git a/lib/HTML/Zoom/StreamBase.pm b/lib/HTML/Zoom/StreamBase.pm
new file mode 100644 (file)
index 0000000..7584ed6
--- /dev/null
@@ -0,0 +1,6 @@
+package HTML::Zoom::StreamBase;
+
+use strict;
+use warnings FATAL => 'all';
+
+1;