# # # patch "Completion.pm" # from [89d4c208d4e088efbf118e8d7ad4e7a6ce3e561f] # to [51a0f5279467dc6960489ea9458de656d4dbedfd] # # patch "WindowManager.pm" # from [c7834588d85748858ef528fd48ed6b5bf823481d] # to [53b3c54b97c624737fc13e4b413c2010808a1a95] # ============================================================ --- Completion.pm 89d4c208d4e088efbf118e8d7ad4e7a6ce3e561f +++ Completion.pm 51a0f5279467dc6960489ea9458de656d4dbedfd @@ -51,6 +51,13 @@ use warnings; use strict; use warnings; +# ***** FUNCTIONAL PROTOTYPES ***** + +# Public methods. + +sub get_completion($$$$); +sub new($;$); + # ***** PACKAGE INFORMATION ***** # We are just a base class. @@ -60,13 +67,6 @@ our $VERSION = 0.1; our @EXPORT = qw(); our @EXPORT_OK = qw(); our $VERSION = 0.1; - -# ***** FUNCTIONAL PROTOTYPES ***** - -# Public methods. - -sub get_completion($$$$); -sub new($;$); # ############################################################################## # ============================================================ --- WindowManager.pm c7834588d85748858ef528fd48ed6b5bf823481d +++ WindowManager.pm 53b3c54b97c624737fc13e4b413c2010808a1a95 @@ -77,16 +77,6 @@ my $singleton; my $singleton; -# ***** PACKAGE INFORMATION ***** - -# We are just a base class. - -use base qw(Exporter); - -our @EXPORT = qw(); -our @EXPORT_OK = qw(); -our $VERSION = 0.1; - # ***** FUNCTIONAL PROTOTYPES ***** # Public methods. @@ -105,6 +95,16 @@ sub event_filter($$); # Private routines. sub event_filter($$); + +# ***** PACKAGE INFORMATION ***** + +# We are just a base class. + +use base qw(Exporter); + +our @EXPORT = qw(); +our @EXPORT_OK = qw(); +our $VERSION = 0.1; # ############################################################################## #