File: import_skip.t

package info (click to toggle)
libfennec-perl 2.018-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 384 kB
  • sloc: perl: 2,083; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
package TEST::SKIP;
use strict;
use warnings;

use Fennec skip_without => [qw/ Some::Fake::Class:You::Better::Not::Have /];

ok( 0, "Should not see this." );

done_testing;