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

#===============================================================================
#     REVISION:  $Id: test1.pl 56 2011-02-25 21:48:58Z xdr.box $
#  DESCRIPTION:  This file differs from pre-commited version only in this line
#===============================================================================

#use strict;
#use warnings;

our $VERSION = '1.0';

sub main {
    return;
}

main();