MT::Import::Mbox::Importer 1.0 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 6K
Developer: Aaron Straup Cope
0 stars award from rbytes.net

MT::Import::Mbox::Importer is a wrapper class for importing a collection of mbox folders using MT::Import::Mbox.

SYNOPSIS

use MT::Import::Config::Importer;

my $mt = MT::Import::Mbox::Importer->new("/path/to/config");
$mt->collect();

# You can also do this :

my $cfg = Config::Simple->new(...);
my $mt = MT::Import::Mbox::Importer->new($cfg);
$mt->collect();

This is a wrapper class for importing a collection of mbox folders into Movable Type using MT::Import::Mbox.

Requirements:
Perl

MT::Import::Mbox::Importer 1.0 keywords