Subject: | Archive::Tar::write('file_name') should close or return file handle. |
Dear Archive-Tar maintainers,
when passed a file name, the C<write()> method should close or at
least return the corresponding file handle.
The current implementation, as I understand it by looking at the code,
leaves this handle openned and returns "1" if successful. This causes
troubble if the newly created tar file is to be copied/moved further
down the program.
Thanks for listening,
R.