NAME
Mail::SNCF - A parser for booking messages sent by the French rail company
VERSION
Version 0.01
SYNOPSIS
This module is not intended to be used directly, instead, use SNCF::Ical, SNCF::Text or SNCF::Remind.
use Mail::SNCF::Backend;
my $foo = Mail::SNCF::Backend->parse("Mail/sncf");
$foo->print;
FUNCTIONS
parse
Parse a mail box (as supported by Email::Folder) and create the object.
file
Output to a file.
Print the data returned by as_string.
as_string
Give a string representation of the data.
AUTHOR
Olivier Schwander, <iderrick at cpan.org>
BUGS
Please report any bugs or feature requests to bug-mail-sncf at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mail-SNCF. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Mail::SNCF
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright 2009 Olivier Schwander, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.