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

@@ -29,7 +29,7 @@
# which is also in mk-query-digest.
package QueryReportFormatter;
use Mo;
use Lmo;
use English qw(-no_match_vars);
use POSIX qw(floor);
@@ -1343,6 +1343,7 @@ sub _d {
print STDERR "# $package:$line $PID ", join(' ', @_), "\n";
}
no Lmo;
1;
}
# ###########################################################################