make then() work on streams and fix up replace_content on in_place_close elements
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / TransformBuilder.pm
index 122c66c..8381021 100644 (file)
@@ -3,6 +3,7 @@ package HTML::Zoom::TransformBuilder;
 use strict;
 use warnings FATAL => 'all';
 use base qw(HTML::Zoom::SubObject);
+use HTML::Zoom::Transform;
 
 sub new {
   my ($class, $args) = @_;