|
NAMEDist::Metadata::Tar - Enable Dist::Metadata for tar filesVERSIONversion 0.927SYNOPSISmy $dist = Dist::Metadata->new(file => $path_to_archive); DESCRIPTIONThis is a subclass of Dist::Metadata::Dist (actually of Dist::Metadata::Archive) to enable determining the metadata from a tar file.This is probably the most useful subclass. It's probably not very useful on it's own though, and should be used from "new" in Dist::Metadata. AUTHORRandy Stauner <rwstauner@cpan.org>COPYRIGHT AND LICENSEThis 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.
Visit the GSP FreeBSD Man Page Interface. |