#!/usr/bin/perl
# This is a sample script to test CPAN

use strict;
use Mail::Send;

my $VERSION = 0.1;


print "Hello, world!  This is version $VERSION of the sample upload script!\n";

=head1 NAME

Sample - a sample script indicating the format of a single-file
script upload to CPAN

=head1 DESCRIPTION

This script does very little.

=head1 README

If there is any text in this section, it will be extracted into
a separate README file.

=head1 PREREQUISITES

This script requires the C<strict> module.  It also requires
C<Mail::Send 1.08>.

=head1 COREQUISITES

CGI

=pod OSNAMES

any

=pod SCRIPT CATEGORIES

CPAN/Administrative
Fun/Educational

=cut