File: cpan-changes.t

package info (click to toggle)
libarchive-tar-wrapper-perl 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 372 kB
  • sloc: perl: 782; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.013

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