Change tool packages from mk_ to pt_.

This commit is contained in:
Daniel Nichter
2011-06-29 09:40:09 -06:00
parent 82931ec399
commit 7ba1ae5d8c
28 changed files with 28 additions and 28 deletions

View File

@@ -2270,7 +2270,7 @@ sub _d {
# Check at the end of this package for the call to main() which actually runs
# the program.
# ###########################################################################
package mk_visual_explain;
package pt_visual_explain;
use English qw(-no_match_vars);
use Getopt::Long;