jonswar / perl-mason

Mason 2
58 stars 20 forks source link

pod fix for allow_path_info. #15

Closed bokutin closed 12 years ago

bokutin commented 12 years ago

Hi, Jonathan.

I found a wrong line in POD.

allow_path_info is method. not attribute. So, CLASS->allow_path_info(1) is invalid.

Cheers Tomohiro Hosaka

jonswar commented 12 years ago

Thanks!

On Oct 5, 2012, at 10:32 AM, Tomohiro Hosaka wrote:

Hi, Jonathan.

I found a wrong line in POD.

allow_path_info is method. not attribute. So, CLASS->allow_path_info(1) is invalid.

Cheers Tomohiro Hosaka

You can merge this Pull Request by running:

git pull https://github.com/bokutin/perl-mason people/bokutin/pod_fix_allow_path_info Or view, comment on, or merge it at:

https://github.com/jonswar/perl-mason/pull/15

Commit Summary

pod fix for allow_path_info. File Changes

M lib/Mason/Component.pm (2) Patch Links

https://github.com/jonswar/perl-mason/pull/15.patch https://github.com/jonswar/perl-mason/pull/15.diff — Reply to this email directly or view it on GitHub.