X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FHTML%2FZoom%2FFilterBuilder.pm;h=0d4be1aacd6382ebb684c8c73d3c54362967f58f;hb=626752d42cd6edbb4521ac67cf30063b30be3e38;hp=27721e2c47a5a0d2ac1b8129bb2a890dbd635bc3;hpb=3cdbc13fadcd5e13e38f95f37529d2e9f1b50a51;p=catagits%2FHTML-Zoom.git diff --git a/lib/HTML/Zoom/FilterBuilder.pm b/lib/HTML/Zoom/FilterBuilder.pm index 27721e2..0d4be1a 100644 --- a/lib/HTML/Zoom/FilterBuilder.pm +++ b/lib/HTML/Zoom/FilterBuilder.pm @@ -1,7 +1,5 @@ package HTML::Zoom::FilterBuilder; -use Devel::Dwarn; - use strict; use warnings FATAL => 'all'; use HTML::Zoom::CodeStream; @@ -30,7 +28,7 @@ sub _stream_from_proto { require HTML::Zoom::Parser::BuiltIn; return HTML::Zoom::Parser::BuiltIn->html_to_stream($$proto); } - die "What the hell is $proto and how should I turn a $ref into a stream?"; + die "Don't know how to turn $proto (ref $ref) into a stream"; } sub _stream_concat {