~percona-toolkit-dev/percona-toolkit/release-2.2.2

« back to all changes in this revision

Viewing changes to bin/pt-variable-advisor

  • Committer: Brian Fraser
  • Date: 2013-04-19 23:26:48 UTC
  • Revision ID: brian.fraser@percona.com-20130419232648-mjnd4rt9k4xldmjc
BuildĀ percona-toolkit-2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
# ###########################################################################
44
44
{
45
45
package Percona::Toolkit;
46
 
our $VERSION = '2.2.1';
 
46
our $VERSION = '2.2.2';
47
47
 
48
48
1;
49
49
}
1126
1126
# ###########################################################################
1127
1127
{
1128
1128
package Lmo::Utils;
 
1129
 
1129
1130
use strict;
1130
1131
use warnings qw( FATAL all );
1131
1132
require Exporter;
1133
1134
 
1134
1135
BEGIN {
1135
1136
   @ISA = qw(Exporter);
1136
 
   @EXPORT = @EXPORT_OK = qw(_install_coderef _unimport_coderefs _glob_for _stash_for);
 
1137
   @EXPORT = @EXPORT_OK = qw(
 
1138
      _install_coderef
 
1139
      _unimport_coderefs
 
1140
      _glob_for
 
1141
      _stash_for
 
1142
   );
1137
1143
}
1138
1144
 
1139
1145
{
1317
1323
   return Lmo::Meta->new(class => $class);
1318
1324
}
1319
1325
 
1320
 
 
1321
1326
1;
1322
1327
}
1323
1328
# ###########################################################################
6094
6099
 
6095
6100
=head1 VERSION
6096
6101
 
6097
 
pt-variable-advisor 2.2.1
 
6102
pt-variable-advisor 2.2.2
6098
6103
 
6099
6104
=cut