Commit e56ffd8
committed
Detection of package name
The detection of a package name gives wrong results in case we have:
```
package Mail::SpamAssassin::Bayes::CombineChi; 1;
```
This gives a warning:
```
warning: the name '1' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
```
we will now stop searching after the first ';'1 parent b470a10 commit e56ffd8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments