diff options
Diffstat (limited to 'perl-install/modules')
-rw-r--r-- | perl-install/modules/any_conf.pm | 2 | ||||
-rw-r--r-- | perl-install/modules/interactive.pm | 2 | ||||
-rw-r--r-- | perl-install/modules/modprobe_conf.pm | 2 | ||||
-rw-r--r-- | perl-install/modules/modules_conf.pm | 2 | ||||
-rw-r--r-- | perl-install/modules/parameters.pm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/modules/any_conf.pm b/perl-install/modules/any_conf.pm index 9f607dbe8..e5388bca5 100644 --- a/perl-install/modules/any_conf.pm +++ b/perl-install/modules/any_conf.pm @@ -1,4 +1,4 @@ -package modules::any_conf; # $Id: any_conf.pm 215411 2007-04-25 12:26:16Z pixel $ +package modules::any_conf; use log; use common; diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm index b6b500fc1..dae135889 100644 --- a/perl-install/modules/interactive.pm +++ b/perl-install/modules/interactive.pm @@ -1,4 +1,4 @@ -package modules::interactive; # $Id: interactive.pm 253241 2009-02-25 09:28:44Z tv $ +package modules::interactive; use modules; use common; diff --git a/perl-install/modules/modprobe_conf.pm b/perl-install/modules/modprobe_conf.pm index c9ad3ff5c..7989096f8 100644 --- a/perl-install/modules/modprobe_conf.pm +++ b/perl-install/modules/modprobe_conf.pm @@ -1,4 +1,4 @@ -package modules::modprobe_conf; # $Id: modprobe_conf.pm 259199 2009-08-13 10:18:59Z pterjan $ +package modules::modprobe_conf; use log; use common; diff --git a/perl-install/modules/modules_conf.pm b/perl-install/modules/modules_conf.pm index 5a6242ff5..be4b8fca4 100644 --- a/perl-install/modules/modules_conf.pm +++ b/perl-install/modules/modules_conf.pm @@ -1,4 +1,4 @@ -package modules::modules_conf; # $Id: modules_conf.pm 228209 2007-09-16 23:09:00Z blino $ +package modules::modules_conf; use log; use common; diff --git a/perl-install/modules/parameters.pm b/perl-install/modules/parameters.pm index 6f77bad79..36990b5d1 100644 --- a/perl-install/modules/parameters.pm +++ b/perl-install/modules/parameters.pm @@ -1,4 +1,4 @@ -package modules::parameters; # $Id: parameters.pm 215411 2007-04-25 12:26:16Z pixel $ +package modules::parameters; use diagnostics; use strict; |