Email::ARF - abuse report format (placeholder module)


Email-ARF documentation Contained in the Email-ARF distribution.

Index


Code Index:

NAME

Top

Email::ARF - abuse report format (placeholder module)

VERSION

Top

version 0.006

REFERENCES

Top

You probably wanted to be looking at Email::ARF::Report.

AUTHOR

Top

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


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__