package Pear::LocalLoop::Import::LCCCsv::Transactions; use Moo; extends qw/Pear::LocalLoop::Import::LCCCsv/; sub import { my $self = shift; } 1;