-
Notifications
You must be signed in to change notification settings - Fork 60
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
Respect class/role if the PAUSE finds a few modules are used in the pacakge file #447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks correct. Adding a test should be pretty simple, so I think that you should add a test, or maybe a bunch of tests. Still, approved nonetheless.
lib/PAUSE/pmfile.pm
Outdated
} | ||
=cut | ||
|
||
# use feature 'class'; enabels class (and role, though not implemented yet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type in comment: should be enables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽 Looks good, and thanks for adding the tests!
Thanks, applied and deployed just now! |
Fixes #390 and #436.