Change the Report modules to use Lmo

This commit is contained in:
Brian Fraser fraserb@gmail.com
2013-02-01 14:06:13 -03:00
parent d816c6497e
commit 809164becd
18 changed files with 476 additions and 238 deletions

View File

@@ -1,6 +1,6 @@
{
package JSONReportFormatter;
use Mo;
use Lmo;
use List::Util qw(sum);
use Transformers qw(make_checksum parse_timestamp);
@@ -120,5 +120,6 @@ override query_report => sub {
return $json . "\n";
};
no Lmo;
1;
}