The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mail::SNCF::Remind - Remind output for SNCF

VERSION

Version 0.01

SYNOPSIS

This backend produces an output suitable for remind (http://www.roaringpenguin.com/products/remind)

    use Mail::SNCF;

    my $foo = Mail::SNCF::Text->parse("Mail/sncf");
    my $s = $foo->as_string;
    $foo->print;

FUNCTIONS

print

as_string

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::Remind

You can also look for information at:

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.