#!perl
use strict;
use warnings;
use Test::More;
eval 'use Test::DistManifest';
plan skip_all => "Test::DistManifest required for testing the manifest"
if $@;
manifest_ok();
#!perl
use strict;
use warnings;
use Test::More;
eval 'use Test::DistManifest';
plan skip_all => "Test::DistManifest required for testing the manifest"
if $@;
manifest_ok();