How to do it - attributes
file: code/Attributes/find_new_series.pl 13: my $fns = FindNewSeries->new( 14: ua => LWP::UserAgent->new( 15: agent => 'domms new series finder', 16: timeout => 5, 17: ), 18: formatter => Number::Format->new, 19: renderer => Template->new( INCLUDE_PATH => $FindBin::Bin . '/../tt/', ), 20: ); 21: say $fns->run;