File: Test10InPodSkipWithBegin.pm

package info (click to toggle)
libtest-synopsis-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 304 kB
  • ctags: 23
  • sloc: perl: 207; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package Test::Synopsis::__TestBait_Test10InPodSkipWithBegin;
# Dummy module used during testing of Test::Synopsis

use strict;
use warnings;

# VERSION

1;

=pod

=head1 SYNOPSIS

=for test_synopsis BEGIN { die "SKIP: testing skipping stuff \\o/\n"; }

    $x;

=cut