# | Line 10 | Line 10 | sub BootStrapProject($) { | |
---|---|---|
10 | my $url=shift; | |
11 | # my $outputfile=shift; | |
12 | ||
13 | < | use urlhandler; |
14 | < | use Switcher; |
13 | > | use Utilities::urlhandler; |
14 | > | use Utilities::Switcher; |
15 | ||
16 | my $filename; | |
17 | $BootHash={ | |
# | Line 39 | Line 39 | sub BootStrapProject($) { | |
39 | sub Bootlocaltop($hashref) { | |
40 | my $hashref=shift; | |
41 | use Cwd; | |
42 | < | use AddDir; |
42 | > | use Utilities::AddDir; |
43 | ||
44 | checkparam($hashref, $name, "name"); | |
45 | checkparam($hashref, $name, "version"); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |