File: checkchanges.t

package info (click to toggle)
libcpanel-json-xs-perl 4.35-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 3,048 kB
  • sloc: perl: 1,092; 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();