NAME
Mail::SNCF::Text - ICal output for SNCF
VERSION
Version 0.01
SYNOPSIS
This backend produces an output suitable for ICal based programs.
use Mail::SNCF;
my $foo = Mail::SNCF::Text->parse("Mail/sncf");
my $s = $foo->as_string;
$foo->print;
FUNCTIONS
as_string
parse
Parses the mailbox and returns and Ical object.
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::Ical. 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::Ical
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
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.