-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$VERSION is not parsable via static analysis #12
Comments
This was raised via https://rt.cpan.org/Ticket/Display.html?id=101773#txn-1519977. |
SVN::Core is from upstream Subversion code. It's not part of this module, other than the module providing a means to easily install it. That discussion should probably be brought up with the Subversion maintainers. |
It sounds like there are two options:
The second option has the advantage of not having to wait for anyone else to make the change.
|
This line in SVN/Core.pm:
...means that static analysis tools like Module::Metadata and MM->parse_version cannot determine a version. The code to determine the version must be contained all on one line and not depend on any values outside of it.
I suggest you generate that version assignment line during the build process.
The text was updated successfully, but these errors were encountered: