introduce ZConfig system, first cut at HTML::Zoom itself
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / Producer / BuiltIn.pm
index fb869ee..071d3d5 100644 (file)
@@ -3,6 +3,10 @@ package HTML::Zoom::Producer::BuiltIn;
 use strict;
 use warnings FATAL => 'all';
 
+sub new { bless({}, $_[0]) }
+
+sub with_zconfig { shift }
+
 sub html_from_stream {
   my ($class, $stream) = @_;
   my $html;