1Dist::Metadata::Tar(3)User Contributed Perl DocumentationDist::Metadata::Tar(3)
2
3
4
6 Dist::Metadata::Tar - Enable Dist::Metadata for tar 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 tar
17 file.
18
19 This is probably the most useful subclass.
20
21 It's probably not very useful on it's own though, and should be used
22 from "new" in Dist::Metadata.
23
25 Randy Stauner <rwstauner@cpan.org>
26
28 This software is copyright (c) 2011 by Randy Stauner.
29
30 This is free software; you can redistribute it and/or modify it under
31 the same terms as the Perl 5 programming language system itself.
32
33
34
35perl v5.36.0 2023-01-20 Dist::Metadata::Tar(3)