NAME
Util::Medley::FileZip - utility zipfile methods
VERSION
version 0.007
use base 'Exporter'; our @EXPORT = qw(); # Symbols to autoexport (:DEFAULT tag)
our @EXPORT_OK = qw( chdir chmod file_type find_files ls_zip mkdir trim_file_ext splitpath unlink xmllint ); # Symbols to export on request
our %EXPORT_TAGS = ( # Define names for sets of symbols all => \@EXPORT_OK, );