table of contents
other versions
- stretch 5.24.1-3+deb9u5
- testing 5.28.1-6
- unstable 5.28.1-6
- experimental 5.30.0-3
other sections
CPAN::Meta::Merge(3perl) | Perl Programmers Reference Guide | CPAN::Meta::Merge(3perl) |
NAME¶
CPAN::Meta::Merge - Merging CPAN Meta fragmentsVERSION¶
version 2.150005SYNOPSIS¶
my $merger = CPAN::Meta::Merge->new(default_version => "2"); my $meta = $merger->merge($base, @additional);
DESCRIPTION¶
METHODS¶
new¶
This creates a CPAN::Meta::Merge object. It takes one mandatory named argument, "version", declaring the version of the meta-spec that must be used for the merge. It can optionally take an "extra_mappings" argument that allows one to add additional merging functions for specific elements.merge(@fragments)¶
Merge all @fragments together. It will accept both CPAN::Meta objects and (possibly incomplete) hashrefs of metadata.AUTHORS¶
- David Golden <dagolden@cpan.org>
- Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2010 by David Golden and Ricardo Signes.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2018-11-29 | perl v5.24.1 |