File: TestMultipleChunks.pm

package info (click to toggle)
libtest-synopsis-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 200; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
package Test::Synopsis::__TestBait_TestMultipleChunks;
# Dummy module used during testing of Test::Synopsis

use strict;
use warnings;

# VERSION

1;

=pod

=head1 SYNOPSIS

=for test_synopsis use warnings FATAL => 'all';

First sample code:

    my $x = 42;
    my $secondline = 1;

    my $fourthline = 4;

Second sample code:

    my $x = 43;

    my $fourthline = 0;
    bob;

=head1 DESCRIPTION

bleh

=cut