The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

#===============================================================================
#     REVISION:  $Id: test5.pl 47 2011-02-24 17:24:01Z xdr.box $
#  DESCRIPTION:  No violations
#===============================================================================

use strict;
use warnings;

our $VERSION = '1.0';

sub main {
    return;
}

main();