]> Dogcows Code - chaz/homebank2ledger/blob - xt/release/cpan-changes.t
Version 0.001
[chaz/homebank2ledger] / xt / release / cpan-changes.t
1 use strict;
2 use warnings;
3
4 # this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012
5
6 use Test::More 0.96 tests => 1;
7 use Test::CPAN::Changes;
8 subtest 'changes_ok' => sub {
9 changes_file_ok('Changes');
10 };
This page took 0.036963 seconds and 4 git commands to generate.