1Dist::Metadata::Zip(3)User Contributed Perl DocumentationDist::Metadata::Zip(3)
2
3
4
6 Dist::Metadata::Zip - Enable Dist::Metadata for zip files
7
9 version 0.927
10
12 my $dist = Dist::Metadata->new(file => $path_to_archive);
13
15 This is a subclass of Dist::Metadata::Dist (actually of
16 Dist::Metadata::Archive) to enable determining the metadata from a zip
17 file.
18
19 It's probably not very useful on it's own and should be used from "new"
20 in Dist::Metadata.
21
23 Randy Stauner <rwstauner@cpan.org>
24
26 This software is copyright (c) 2011 by Randy Stauner.
27
28 This is free software; you can redistribute it and/or modify it under
29 the same terms as the Perl 5 programming language system itself.
30
31
32
33perl v5.32.1 2021-01-27 Dist::Metadata::Zip(3)