moved test method to XML::Tags and modified test
[catagits/HTML-Zoom.git] / lib / HTML / Tags.pm
index fabaab5..e57c5e9 100644 (file)
@@ -118,5 +118,6 @@ sub import {
 }
 
 sub to_html_string { XML::Tags::to_xml_string(@_) }
+sub to_zoom_events { XML::Tags::to_zoom_events(@_) }
 
 1;