mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 16:40:23 +00:00
Enclose all packages blocks and add Package devel docu.
This commit is contained in:
@@ -17,14 +17,15 @@
|
||||
# ###########################################################################
|
||||
# Outfile package $Revision: 5266 $
|
||||
# ###########################################################################
|
||||
|
||||
# Package: Outfile
|
||||
# Outfile writes rows to a file in SELECT INTO OUTFILE format.
|
||||
{
|
||||
package Outfile;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
use English qw(-no_match_vars);
|
||||
|
||||
use List::Util qw(min);
|
||||
|
||||
use constant MKDEBUG => $ENV{MKDEBUG} || 0;
|
||||
|
||||
sub new {
|
||||
@@ -64,6 +65,7 @@ sub _d {
|
||||
}
|
||||
|
||||
1;
|
||||
}
|
||||
# ###########################################################################
|
||||
# End Outfile package
|
||||
# ###########################################################################
|
||||
|
Reference in New Issue
Block a user