# | Line 23 | Line 23 | |
---|---|---|
23 | # still part of the group name. | |
24 | # | |
25 | ||
26 | + | |
27 | package GroupChecker; | |
28 | + | BEGIN { print __PACKAGE__." still used.\n"; exit(1) } |
29 | + | |
30 | + | |
31 | require 5.001; | |
32 | require Exporter; | |
33 | @ISA=qw(Exporter); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |