File: Tools.t

package info (click to toggle)
libtest2-suite-perl 0.000063-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,044 kB
  • ctags: 418
  • sloc: perl: 4,504; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
use Test2::Bundle::Extended;

use Test2::Tools;

pass("Loaded Test2::Tools");

done_testing;