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

only match action name when specify an empty clause #21

Closed
robario opened this issue Sep 17, 2013 · 0 comments
Closed

only match action name when specify an empty clause #21

robario opened this issue Sep 17, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@robario
Copy link
Owner

robario commented Sep 17, 2013

action action => {} => sub { };

It matches /action only. However, it should be matched with /.*.

Similarly,

package MyApp::Foo;
action action => {} => sub { };

It should be matched with /foo/.*, not /foo/action.

@ghost ghost assigned robario Sep 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant