VersionCheck: Skip running if called from our bzr repo

This commit is contained in:
Brian Fraser
2013-02-21 04:41:57 -03:00
parent 8ecde260a7
commit 4534981913
4 changed files with 39 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
package Percona::Toolkit;
our $VERSION = '2.1.8';
sub bzr_repo { q{~percona-toolkit-dev} }
1;
}
# ###########################################################################