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

#===============================================================================
#     REVISION:  $Id: bad_file.pl 52 2011-02-25 11:56:11Z xdr.box $
#  DESCRIPTION:  File with violations
#===============================================================================

use strict;
use warnings;

our $VERSION = "1" . "." . "0";
our $FOO_BAR;

sub Main() {
    return;
}

Main();