#!/usr/bin/perl
# Marpa::R3 is Copyright (C) 2016, Jeffrey Kegler.
#
# This module is free software; you can redistribute it and/or modify it
# under the same terms as Perl 5.10.1. For more details, see the full text
# of the licenses in the directory LICENSES.
#
# This program is distributed in the hope that it will be
# useful, but it is provided โas isโ and without any express
# or implied warranties. For details, see the full text of
# of the licenses in the directory LICENSES.
use
5.010001;
use
strict;
use
warnings;
use
Test::More;
use
Test::CPAN::Meta;
Test::CPAN::Meta::meta_yaml_ok();