On Sat Oct 11 18:43:12 2014, TSIBLEY wrote:
Show quoted text> The split pattern should be /(^__(?:DATA|END)__$)/m since __END__
> markers act the same as __DATA__.
I'll be darned; I didn't know about __END__ and __DATA__ being interchangeable.
I'll be more specific in the POD about the plugin's behavior, but I think I'll keep the current behavior. In most cases when peeps put __END__, it's really to indicate the end of the Perl code, and in those cases putting the POD after it is the right thing to do (and it seems that __END__ only has that special magic for the original calling script --
http://perldoc.perl.org/perldata.html#Special-Literals).
In all cases, thanks for the heads up!
Joy,
`/anick