#!/usr/bin/env perl

use strict;
use warnings;
use utf8;


=end Foo

=cut

# No actual code here

=head1 Bar

=cut

# or here




=end comment

=cut

1;
