The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

use strict;
use warnings;

package backimap;
BEGIN {
  $backimap::VERSION = '0.00_13';
}

require App::backimap;

# ABSTRACT: backups imap mail
my $app = App::backimap->new_with_options();
$app->run();

__END__
=pod

=head1 NAME

backimap - backups imap mail

=head1 VERSION

version 0.00_13

=head1 AUTHOR

Alex Muntada <alexm@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Alex Muntada.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut