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

filter not allowed for is=>'ro' #5

Closed
icklekitten opened this issue Jun 17, 2018 · 2 comments
Closed

filter not allowed for is=>'ro' #5

icklekitten opened this issue Jun 17, 2018 · 2 comments

Comments

@icklekitten
Copy link
Contributor

Having a filter for is=>'ro' should be allowed.

First reason: filter can still be used for constructor.

Second reason:

has xyz => (
	is      => 'ro',
	filter  => sub { ... },
	writer  => '_change_xyz',
);
@vrurg
Copy link
Owner

vrurg commented Jun 18, 2018 via email

vrurg added a commit that referenced this issue Jun 21, 2018
@vrurg
Copy link
Owner

vrurg commented Jun 22, 2018

Fixed in version 0.003

@vrurg vrurg closed this as completed Jun 22, 2018
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

No branches or pull requests

2 participants