Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dist::metadata::dir(3pm) [debian man page]

Dist::Metadata::Dir(3pm)				User Contributed Perl Documentation				  Dist::Metadata::Dir(3pm)

NAME
Dist::Metadata::Dir - Enable Dist::Metadata for a directory VERSION
version 0.923 SYNOPSIS
my $dm = Dist::Metadata->new(dir => $path_to_dir); DESCRIPTION
This is a subclass of Dist::Metadata::Dist to enable getting the dists metadata from a directory. This can be useful if you already have a dist extracted into a directory. It's probably not very useful on it's own though, and should be used from "new" in Dist::Metadata. METHODS
new $dist = Dist::Metadata::Struct->new(dir => $path); Accepts a single 'dir' argument that should be a path to a directory. determine_name_and_version Attempts to parse name and version from directory name. dir Returns the "dir" attribute specified in the constructor. file_content Returns the content for the specified file. find_files Returns a list of the file names beneath the directory (relative to the directory). physical_directory Returns the "dir" attribute since this is already a directory containing the desired files. AUTHOR
Randy Stauner <rwstauner@cpan.org> 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.14.2 2012-06-19 Dist::Metadata::Dir(3pm)

Check Out this Related Man Page

Dist::Zilla::Plugin::Metadata(3pm)			User Contributed Perl Documentation			Dist::Zilla::Plugin::Metadata(3pm)

NAME
Dist::Zilla::Plugin::Metadata - Add arbitrary keys to distmeta VERSION
This document describes version 3.03 of Dist::Zilla::Plugin::Metadata, released June 4, 2012 as part of Dist-Zilla-Plugins-CJM version 4.09. SYNOPSIS
In your dist.ini: [Metadata] dynamic_config = 1 resources.homepage = http://example.com resources.bugtracker.mailto = bugs@example.com DESCRIPTION
The Metadata plugin allows you to add arbitrary keys to your distribution's metadata. It splits each key on '.' and uses that as a multi-level hash key. It doesn't try to do any validation; the MetaJSON or MetaYAML plugin will do that. It does know which keys in the spec are List values; those keys can be repeated. CONFIGURATION AND ENVIRONMENT
Dist::Zilla::Plugin::Metadata requires no configuration files or environment variables. DEPENDENCIES
Metadata requires Dist::Zilla (4.300009 or later). INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. AUTHOR
Christopher J. Madsen "<perl AT cjmweb.net>" Please report any bugs or feature requests to "<bug-Dist-Zilla-Plugins-CJM AT rt.cpan.org>" or through the web interface at http://rt.cpan.org/Public/Bug/Report.html?Queue=Dist-Zilla-Plugins-CJM <http://rt.cpan.org/Public/Bug/Report.html?Queue=Dist-Zilla-Plugins- CJM>. You can follow or contribute to Dist-Zilla-Plugins-CJM's development at http://github.com/madsen/dist-zilla-plugins-cjm <http://github.com/madsen/dist-zilla-plugins-cjm>. COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Christopher J. Madsen. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. perl v5.14.2 2012-06-04 Dist::Zilla::Plugin::Metadata(3pm)
Man Page