MT::Import::Mbox::Importer 1.0 review
Download
|
|
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 search tags