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

Support the topic, and move to EUMM #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

cxw42
Copy link

@cxw42 cxw42 commented Jun 9, 2019

Thank you for a useful module! This PR:

I found the same issue you did with the prototype on Perl < 5.14, so I split the code into the pre-5.14 version and the 5.14+ version. The use Text::Chomped line is the same either way. All tests pass: Travis.

Thank you for considering this PR!

cxw42 and others added 6 commits May 31, 2019 10:16
Also added .gitignore and .editorconfig.
Added tests and code
This updates chopped() to have the same capability as chomped()

Also, updated Travis config to run on newer Perls, and added Appveyor
config
- Text::Chomped delegates to Text::Chomped::From5.014 for Perl >= 5.014
  and to Text::Chomped::Pre5014 for Perl < 5.014
- t/02-topic skips all on < 5.014 because Pre5014 can't automatically
  chop/chomp the target
@cxw42
Copy link
Author

cxw42 commented Jun 20, 2019

@robertkrimen @ghcraig Any thoughts? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch away from M::I Improved prototype to handle $_
1 participant