| Test-JSON-Meta documentation | Contained in the Test-JSON-Meta distribution. |
Test::JSON::Meta - Validation of the META.json file in a CPAN distribution.
This module has now been replaced by Test::CPAN::Meta::JSON. Please see that distribution for further details.
A test module to validate a CPAN META.json file.
There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties that are not explained within the POD documentation, please send an email to barbie@cpan.org or submit a bug to the RT system (http://rt.cpan.org/Public/Dist/Display.html?Name=Test-JSON-Meta). However, it would help greatly if you are able to pinpoint problems or even supply a patch.
Fixes are dependant upon their severity and my availablity. Should a fix not be forthcoming, please feel free to (politely) remind me.
b - Beta testing d - Developer p - Perl-only O - Object oriented p - Standard-Perl: user may choose between GPL and Artistic
Barbie, <barbie@cpan.org> for Miss Barbell Productions, http://www.missbarbell.co.uk
Copyright (C) 2009-2011 Barbie for Miss Barbell Productions This module is free software; you can redistribute it and/or modify it under the Artistic Licence v2.
| Test-JSON-Meta documentation | Contained in the Test-JSON-Meta distribution. |
package Test::JSON::Meta; use warnings; use strict; use vars qw($VERSION); $VERSION = '0.11'; ############################################################################# #Library Modules # ############################################################################# use base 'Test::CPAN::Meta::JSON'; q( Currently Listening To: Paul Menel - "Walk In My Shoes" from 'Three Sides To Every Story'); __END__ #----------------------------------------------------------------------------