Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
87f69b3c
Commit
87f69b3c
authored
Nov 09, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing module includes.
parent
a3148434
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
protogeni/lib/GeniAggregate.pm.in
protogeni/lib/GeniAggregate.pm.in
+2
-1
No files found.
protogeni/lib/GeniAggregate.pm.in
View file @
87f69b3c
...
@@ -29,7 +29,6 @@ use GeniComponent;
...
@@ -29,7 +29,6 @@ use GeniComponent;
use
GeniHRN
;
use
GeniHRN
;
use
GeniXML
;
use
GeniXML
;
use
emutil
;
use
emutil
;
use
Lan
;
use
Data
::
Dumper
;
use
Data
::
Dumper
;
use
English
;
use
English
;
use
overload
(
'""'
=>
'Stringify'
);
use
overload
(
'""'
=>
'Stringify'
);
...
@@ -730,6 +729,8 @@ sub ProcessManifest($$)
...
@@ -730,6 +729,8 @@ sub ProcessManifest($$)
sub Start($$$)
sub Start($$$)
{
{
my ($self, $version, $restart) = @_;
my ($self, $version, $restart) = @_;
require Lan;
require OSinfo;
return -1
return -1
if (! ref($self));
if (! ref($self));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment