nwellnhof / perl-commonmark

Perl bindings for the CommonMark C library
https://metacpan.org/release/CommonMark
Other
5 stars 7 forks source link

package statement misplaced #7

Closed haarg closed 5 years ago

haarg commented 5 years ago

The package line is too late in the file. This means that the $VERSION is set in the wrong package. The XSLoader call will also be called from a different package, which will lead to it using a slower code path.