NAME
Mail::Thread::Arc - Generates a Thread Arc reperesentation of a thread
SYNOPSIS
my $threader = Mail::Thread->new( @messages );
my $arc = Mail::Thread::Arc->new;
$threader->thread;
my $i;
for my $thread ($threader->rootset) {
++$i;
my $svg = $arc->render( $thread );
write_file( "thread_$i.svg", $svg->xmlify );
}
DEPENDENCIES
This module has external dependencies on the following modules:
Class::Accessor::Chained
Date::Parse
Mail::Thread 2.4
SVG
Test::More
INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
HISTORY
What changed over the last 3 revisions
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright (C) 2003 Richard Clamp. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
ReMail, the IBM Research project that implements Thread Arcs.
Mail::Thread, Mail::Thread::Chronological, SVG
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 52:
You forgot a '=back' before '=head1'