File: Action.t

package info (click to toggle)
libtest-simple-perl 1.302214-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,976 kB
  • sloc: perl: 19,902; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (9)
1
2
3
4
5
use Test2::Bundle::Extended -target => 'Test2::Workflow::Task::Action';

can_ok($CLASS, 'around');

done_testing;