# | Line 10 | Line 10 | |
---|---|---|
10 | # | |
11 | #-------------------------------------------------------------------- | |
12 | package BuildSystem::XMLReqUtils; | |
13 | + | |
14 | + | BEGIN |
15 | + | { |
16 | + | die "\n\n".__PACKAGE__.": this package can be dropped from releases.\n\n"; |
17 | + | } |
18 | + | |
19 | require 5.004; | |
20 | ||
21 | use Exporter; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |