#!perl -w
use strict;

use inc::Module::Install;

name          ('Mail-DeliveryStatus-BounceParser');
author        ('Ricardo SIGNES <rjbs@cpan.org>');
license       ('perl');
version_from  ('lib/Mail/DeliveryStatus/BounceParser.pm');

# unknown reason, inherited from 1.5 and before
perl_version  ('5.00503');

requires      ('MIME::Entity' => 5.418); # topic localization bug fixed

WriteAll();


syntax highlighted by Code2HTML, v. 0.9.1