# # # rename "Utilities.pm" # to "Common.pm" # # patch "Common.pm" # from [c62f4cdcc9ff11f30ad4d01ec6387d0a5b2c6b60] # to [0031d4186ba5fad1cd40320302d4bfba75099ee2] # # patch "mtn-browse" # from [ec2ce0ce464b32c43dcc3dbffab5b864d4861485] # to [0e80231a64216c556b3c26fc469d9029265f34e3] # ============================================================ --- Utilities.pm c62f4cdcc9ff11f30ad4d01ec6387d0a5b2c6b60 +++ Common.pm 0031d4186ba5fad1cd40320302d4bfba75099ee2 @@ -1,8 +1,8 @@ ############################################################################## # -# File Name - Utilities.pm +# File Name - Common.pm # -# Description - The utilities module for the mtn-browse application. This +# Description - The common module for the mtn-browse application. This # module contains assorted general purpose routines used # throughout the application. # ============================================================ --- mtn-browse ec2ce0ce464b32c43dcc3dbffab5b864d4861485 +++ mtn-browse 0e80231a64216c556b3c26fc469d9029265f34e3 @@ -87,12 +87,12 @@ use ComboAutoCompletion; use Annotate; use ChangeLog; use ComboAutoCompletion; +use Common; use Completion; use FindFiles; use FindText; use History; use Preferences; -use Utilities; use WindowManager; # ***** GLOBAL DATA DECLARATIONS *****