File: meta-json.t

package info (click to toggle)
libdist-zilla-plugin-installguide-perl 1.200004-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 3
  • sloc: perl: 162; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
#!perl

use Test::More;
eval 'use Test::CPAN::Meta::JSON';
plan skip_all => 'Test::CPAN::Meta::JSON required for testing META.json' if $@;
meta_json_ok();