~bisscuitt/percona-toolkit/lsof_find

« back to all changes in this revision

Viewing changes to lib/Percona/Toolkit.pm

  • Committer: Frank Cizmich
  • Date: 2014-10-13 16:33:32 UTC
  • mfrom: (608.1.20 release-2.2.11)
  • Revision ID: frank.cizmich@percona.com-20141013163332-oiybgd5ae58bubqy
merged release-2.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# ###########################################################################
19
19
package Percona::Toolkit;
20
20
 
21
 
our $VERSION = '2.2.10';
 
21
our $VERSION = '2.2.11';
22
22
 
23
23
use strict;
24
24
use warnings FATAL => 'all';