Skip Menu |

This queue is for tickets about the HTML-Zoom CPAN distribution.

Report information
The Basics
Id: 71809
Status: new
Priority: 0/
Queue: HTML-Zoom

People
Owner: Nobody in particular
Requestors: STEFFENW [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.009006
Fixed in: (no value)



Subject: multiple replace/replace_content missing now
The offer $z->select('div')->replace_content('Hello World'); to $z->replace_content( div => 'Hello World', ); generates a new request for something like that $z->replace_content( div => 'Hello World', '.foo' => 'bar', ... ); The same for replace: $z->replace( 'foo' => \q{}, 'bar' => \q{}, ... );