File: cpan-changes.t

package info (click to toggle)
libdirectory-scratch-perl 0.18-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 400 kB
  • sloc: perl: 1,173; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (182)
1
2
3
4
5
6
7
8
9
10
11
#!perl

use strict;
use warnings;

use Test::More 0.96 tests => 2;
use_ok('Test::CPAN::Changes');
subtest 'changes_ok' => sub {
    changes_file_ok('Changes');
};
done_testing();