mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Enclose all packages blocks and add Package devel docu.
This commit is contained in:
@@ -15,15 +15,15 @@
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
|
||||
# Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# ###########################################################################
|
||||
# MockSth package $Revision: 5266 $
|
||||
# ###########################################################################
|
||||
|
||||
# Package: MockSth
|
||||
# MockSth simulates a DBI statement handle without a database connection.
|
||||
{
|
||||
package MockSth;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
use English qw(-no_match_vars);
|
||||
|
||||
use constant MKDEBUG => $ENV{MKDEBUG} || 0;
|
||||
|
||||
sub new {
|
||||
@@ -79,7 +79,4 @@ sub _d {
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
# ###########################################################################
|
||||
# End MockSth package
|
||||
# ###########################################################################
|
||||
}
|
||||
|
Reference in New Issue
Block a user