File: checkchanges.t

package info (click to toggle)
libcpanel-json-xs-perl 4.39-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,060 kB
  • sloc: perl: 1,165; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
use Test::More;
eval { require Test::CheckChanges };
if ($@) {
    plan skip_all => 'Test::CheckChanges required for testing the Changes file';
}
Test::CheckChanges::ok_changes();