| Email-ARF documentation | Contained in the Email-ARF distribution. |
Email::ARF - abuse report format (placeholder module)
version 0.006
You probably wanted to be looking at Email::ARF::Report.
Ricardo Signes <rjbs@cpan.org>
This software is copyright (c) 2011 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Email-ARF documentation | Contained in the Email-ARF distribution. |
use strict; use warnings; package Email::ARF; BEGIN { $Email::ARF::VERSION = '0.006'; } # ABSTRACT: abuse report format (placeholder module) warn "This module does nothing." unless $ENV{HARNESS_ACTIVE}; 1; __END__