-
-
11 Jun 2009 09:09:50 UTC
- Distribution: Mail-SNCF
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (0 / 391 / 2)
- Kwalitee
Bus factor: 0- 86.08% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (23.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Olivier Schwander, C<< <iderrick at cpan.org> >>
- Dependencies
- Data::Dump
- Data::ICal
- Data::ICal::Entry::Event
- Date::ICal
- DateTime
- Email::Folder
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Mail::SNCF, copy and paste the appropriate command in to your terminal.
cpanm Mail::SNCF
perl -MCPAN -e shell install Mail::SNCF
For more information on module installation, please visit the detailed CPAN module installation guide.