The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Courriel::ContentType;
{
  $Courriel::ContentType::VERSION = '0.22'; # TRIAL
}

BEGIN {
    die 'This class has been replaced by Courriel::Header::ContentType';
}

1;

# ABSTRACT: See Courriel::Header::ContentType



=pod

=head1 NAME

Courriel::ContentType - See Courriel::Header::ContentType

=head1 VERSION

version 0.22

=head1 AUTHOR

Dave Rolsky <autarch@urth.org>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

=cut


__END__