# | Line 7 | Line 7 | |
---|---|---|
7 | # : # | |
8 | # : # | |
9 | # function : Set the architecture variable. Use simple uname # | |
10 | < | # : query for Sun: for Linux, alos try libc checking.# |
10 | > | # : query for Sun: for Linux, also try libc checking.# |
11 | # : # | |
12 | # : # | |
13 | ############################################################### | |
14 | + | |
15 | + | BEGIN |
16 | + | { |
17 | + | die "Utilities::setarchitecture: I AM still used!!","\n"; |
18 | + | }; |
19 | + | |
20 | package setarchitecture; | |
21 | require 5.001; | |
22 | require Exporter; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |