Just a simple but important correction to the Pod::Weaver::Section::Region documentation. The error is when referring to region names they need to be preceded by a colon.
So in the line:
...then this weaver will look for "=begin myfoo" ( and "=for myfoo" and... )
It should be
...then this weaver will look for "=begin :myfoo" ( and "=for :myfoo" and... )
Just a simple but important correction to the Pod::Weaver::Section::Region documentation. The error is when referring to region names they need to be preceded by a colon.
So in the line:
It should be