Conversation
This makes it «use feature 'try'» on perl 5.36 and up, and use Syntax::Feature::Try on older versions.
|
I am pretty hesitant here. I think Dist::Zilla has never used experimental features, and I'm not sure I want to start now. |
|
Fair enough, it can wait. Would that make Syntax::Keyword::Try a better option? |
|
I don't know, because I'm not sure what the benefit of using this over Try::Tiny is, here. What are we getting? |
|
Efficiency, ability to use |
|
Just make sure to use Syntax::Keyword::Try not the unrelated Syntax::Feature::Try 😄 |
gah! I didn't realize that existed.. we should watch out for this. |
Yeah I keep confusing them, have to check the author to know which one I want |
9361f28 to
f825e3b
Compare
40e530a to
370397c
Compare
This makes it «use feature 'try'» on perl 5.36 and up, and use Syntax::Feature::Try on older versions.