X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FHTML%2FZoom%2FProducer%2FBuiltIn.pm;h=071d3d58c6a001e2ceb2ede029b287aa560d13c0;hb=d80786d07e9746f71b9b93554ce38f62ad1787e6;hp=fb869eec857f9679bcd7fa73f03f079763b72d17;hpb=f8ed299b5a37e9ff273ee064f7087449353c69d8;p=catagits%2FHTML-Zoom.git diff --git a/lib/HTML/Zoom/Producer/BuiltIn.pm b/lib/HTML/Zoom/Producer/BuiltIn.pm index fb869ee..071d3d5 100644 --- a/lib/HTML/Zoom/Producer/BuiltIn.pm +++ b/lib/HTML/Zoom/Producer/BuiltIn.pm @@ -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;