mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 00:43:58 +00:00
Enclose all packages blocks and add Package devel docu.
This commit is contained in:
@@ -17,17 +17,15 @@
|
||||
# ###########################################################################
|
||||
# Progress package $Revision: 7096 $
|
||||
# ###########################################################################
|
||||
|
||||
# Package: Progress
|
||||
# Progress encapsulates a progress report.
|
||||
{
|
||||
package Progress;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Data::Dumper;
|
||||
$Data::Dumper::Indent = 1;
|
||||
$Data::Dumper::Sortkeys = 1;
|
||||
$Data::Dumper::Quotekeys = 0;
|
||||
|
||||
use constant MKDEBUG => $ENV{MKDEBUG} || 0;
|
||||
|
||||
# This module encapsulates a progress report. To create a new object, pass in
|
||||
@@ -203,7 +201,7 @@ sub _d {
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
}
|
||||
# ###########################################################################
|
||||
# End Progress package
|
||||
# ###########################################################################
|
||||
|
Reference in New Issue
Block a user