Subject: | Support multiple input files, and inherit from IO::Handle |
It would be nice if IO::Cat would support multiple input files, like the
real cat(1). It would also be nice if the class would inherit from
IO::Handle (IO::Cat is in the same toplevel namespace, suggesting that
it would be a subclass from IO::Handle).