Subject: | $output->print return value is not checked |
XML::Writer does not check the return value of calls to $output->print,
which may fail. Certainly a subclass of IO::Handle can override print
and check the retval itself, but it would be helpful if that wasn't
necessary, perhaps with a parameter to ->new to croak on such errors.