~percona-toolkit-dev/percona-toolkit/fix-1168106-pqa-innodb_max_dirty_pages_pct-5.6

« back to all changes in this revision

Viewing changes to lib/Lmo/Types.pm

  • Committer: Daniel Nichter
  • Date: 2013-03-20 14:01:47 UTC
  • mfrom: (560.1.14 release-2.2.1)
  • Revision ID: daniel@percona.com-20130320140147-eiidvpo5zenar8hs
Merge release-2.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This program is copyright 2013 Percona Ireland Ltd.
 
2
# Feedback and improvements are welcome.
 
3
#
 
4
# THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 
5
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 
6
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
7
#
 
8
# This program is free software; you can redistribute it and/or modify it under
 
9
# the terms of the GNU General Public License as published by the Free Software
 
10
# Foundation, version 2; OR the Perl Artistic License.  On UNIX and similar
 
11
# systems, you can issue `man perlgpl' or `man perlartistic' to read these
 
12
# licenses.
 
13
#
 
14
# You should have received a copy of the GNU General Public License along with
 
15
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 
16
# Place, Suite 330, Boston, MA  02111-1307  USA.
 
17
# ###########################################################################
 
18
# Lmo::Types package
 
19
# ###########################################################################
1
20
package Lmo::Types;
2
21
 
3
22
use strict;
96
115
}
97
116
 
98
117
1;
 
118
# ###########################################################################
 
119
# End Lmo::Types package
 
120
# ###########################################################################