rjbs / Pod-Weaver

recombine pod documents into awesomer pod documents
26 stars 28 forks source link

Documentation error #27

Closed stevenl closed 9 years ago

stevenl commented 9 years ago

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... ) 
rjbs commented 9 years ago

Thanks. This was addressed by a pull request that I've just merged!