Skip to content
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

Add strawberry perl support #477

Merged
merged 1 commit into from
Mar 2, 2015
Merged

Add strawberry perl support #477

merged 1 commit into from
Mar 2, 2015

Conversation

mstovenour
Copy link
Collaborator

mh included a call to an ActiveState perl specific function for
determining the perl version. Modified to try the original method
then $^V then ^] to get the perl version. The result is formatted
like the original ActiveState function (i.e. no major number, two
digits for minor version, and two digits for patch version.

mh included a call to an ActiveState perl specific function for
determining the perl version.  Modified to try the original method
then $^V then ^] to get the perl version.  The result is formatted
like the original ActiveState function (i.e. no major number, two
digits for minor version, and two digits for patch version.
@hollie
Copy link
Owner

hollie commented Dec 15, 2014

Looking good to me, but I can't test on Windows myself so I just did a visual check.

Anybody who want to test? If nobody responds in the next weeks I propose to merge.

@hollie hollie added this to the Next stable 3.2 milestone Dec 15, 2014
@hollie
Copy link
Owner

hollie commented Mar 2, 2015

As no further test reports came in, I have merged this pull request under the assumption that nobody else of the developers is using Strawberry Perl right now.
Thanks for the pull request @mstovenour !

hollie added a commit that referenced this pull request Mar 2, 2015
@hollie hollie merged commit 166950b into hollie:master Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants