File: all.t

package info (click to toggle)
libfile-changenotify-perl 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 204 kB
  • ctags: 59
  • sloc: perl: 1,047; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use lib 't/lib';

use File::ChangeNotify::TestHelper;

File::ChangeNotify::TestHelper::run_tests();