~frank-cizmich/percona-toolkit/pt-tcs-get_id

« back to all changes in this revision

Viewing changes to lib/Percona/Toolkit.pm

  • Committer: Daniel Nichter
  • Date: 2014-02-20 03:47:43 UTC
  • Revision ID: daniel@percona.com-20140220034743-lznbv778sibq6d8i
Set Percona::Toolkit::VERSION = 2.2.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This program is copyright 2012-2013 Percona Ireland Ltd.
2
 
# Feedback and improvements are welcome.
 
1
# This program is copyright 2012-2014 Percona LLC and/or its affiliates.
3
2
#
4
3
# THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
5
4
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19
18
# ###########################################################################
20
19
package Percona::Toolkit;
21
20
 
22
 
our $VERSION = '2.2.6';
 
21
our $VERSION = '2.2.7';
23
22
 
24
23
use strict;
25
24
use warnings FATAL => 'all';