use strict; use inc::Module::Install; name ('Mail-DeliveryStatus-BounceParser'); author ('Ricardo SIGNES '); 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 repository('http://github.com/rjbs/mail-deliverystatus-bounceparser'); WriteAll();