Merged Lmo and updated everything that used it

This commit is contained in:
Brian Fraser fraserb@gmail.com
2013-02-01 13:29:48 -03:00
parent 25e62aa305
commit d816c6497e
38 changed files with 5815 additions and 3772 deletions

View File

@@ -22,7 +22,7 @@
# VersionParser parses a MySQL version string.
package VersionParser;
use Mo;
use Lmo;
use Scalar::Util qw(blessed);
use English qw(-no_match_vars);
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
@@ -213,7 +213,7 @@ sub _d {
print STDERR "# $package:$line $PID ", join(' ', @_), "\n";
}
no Mo;
no Lmo;
1;
}
# ###########################################################################