Query: cpan::meta::validator
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CPAN::Meta::Validator(3) User Contributed Perl Documentation CPAN::Meta::Validator(3)NAMECPAN::Meta::Validator - validate CPAN distribution metadata structuresVERSIONversion 2.120921SYNOPSISmy $struct = decode_json_file('META.json'); my $cmv = CPAN::Meta::Validator->new( $struct ); unless ( $cmv->is_valid ) { my $msg = "Invalid META structure. Errors found: "; $msg .= join( " ", $cmv->errors ); die $msg; }DESCRIPTIONThis module validates a CPAN Meta structure against the version of the the specification claimed in the "meta-spec" field of the structure.METHODSnew my $cmv = CPAN::Meta::Validator->new( $struct ) The constructor must be passed a metadata structure. is_valid if ( $cmv->is_valid ) { ... } Returns a boolean value indicating whether the metadata provided is valid. errors warn( join " ", $cmv->errors ); Returns a list of errors seen during validation.BUGSPlease report any bugs or feature using the CPAN Request Tracker. Bugs can be submitted through the web interface at <http://rt.cpan.org/Dist/Display.html?Queue=CPAN-Meta> When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.AUTHORSo David Golden <dagolden@cpan.org> o Ricardo Signes <rjbs@cpan.org>COPYRIGHT AND LICENSEThis 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. perl v5.16.3 2012-04-01 CPAN::Meta::Validator(3)
Related Man Pages |
---|
cpan::meta::validator(3) - centos |
cpan::meta::validator(3) - osx |
cpan::meta::converter(3) - centos |
cpan::meta::feature(3) - centos |
cpan::meta::converter(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
The 10 Golden Rules For Coders |
Place bits! - 2013 Golden Globe Awards |