Dist::Metadata::Zip - Enable Dist::Metadata for zip files
Contents
Copyright And License
This software is copyright (c) 2011 by Randy Stauner.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.34.0 2022-06-13 Dist::Metadata::Zip(3pm)
Description
This is a subclass of Dist::Metadata::Dist (actually of Dist::Metadata::Archive) to enable determining
the metadata from a zip file.
It's probably not very useful on it's own and should be used from "new" in Dist::Metadata.
Name
Dist::Metadata::Zip - Enable Dist::Metadata for zip files
Synopsis
my $dist = Dist::Metadata->new(file => $path_to_archive);
Version
version 0.927
