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

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

1;

# ABSTRACT: See Courriel::Header::Disposition

__END__

=pod

=head1 NAME

Courriel::Disposition - See Courriel::Header::Disposition

=head1 VERSION

version 0.31

=head1 AUTHOR

Dave Rolsky <autarch@urth.org>

=head1 CONTRIBUTOR

Zbigniew Łukasiak <zzbbyy@gmail.com>

=head1 COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

=cut