1#!perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
8eval 'use Test::CPAN::Changes';
9
10plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
11
12changes_ok();
13