On 2016-05-06 13:50:36 +0200, Diego Biurrun wrote:
> On Fri, May 06, 2016 at 01:34:12PM +0200, Janne Grunau wrote:
> > --- a/doc/texi2pod.pl
> > +++ b/doc/texi2pod.pl
> > @@ -380,7 +380,7 @@ sub postprocess
> > # @* is also impossible in .pod; we discard it and any newline that
> > # follows it. Similarly, our macro @gol must be discarded.
> >
> > - s/\@anchor{(?:[^\}]*)\}//g;
> > + s/\@anchor\{(?:[^\}]*)\}//g;
> > s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
> > s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
> > s/;\s+\@pxref\{(?:[^\}]*)\}//g;
>
> Why? (Might be obvious to a Perl coder, certainly not to me.)
make doc/avconv.pod
POD doc/avconv.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by
<-- HERE in m/\@anchor{ <-- HERE (?:[^\}]*)\}/ at
/home/janne/src/libav/doc/texi2pod.pl line 383.
I'll amend the commit message
Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel