Front page | perl.perl5.porters |
Postings from August 2013
pod regression in 5.18.1
Thread Next
From:
Edward Peschko
Date:
August 21, 2013 17:37
Subject:
pod regression in 5.18.1
Message ID:
CAH+_n-4vnUA=dFR3TsE0WVQWsv73QR0A_AT8q6Z4XUm=Y6+Vng@mail.gmail.com
I'm trying to compile several modules, and am getting the following
errors in parsing pod:
# Assemble.pm (1582): Expected text after =item, not a number
# Assemble.pm (1586): Expected text after =item, not a number
# Assemble.pm (1590): Expected text after =item, not a number
# Assemble.pm (1595): Expected text after =item, not a number
it looks like syntax like: =item 0, =item 1, =item 2
is no longer allowed, which breaks quite a few things. Especially
considering pod uses this syntax to document return statuses for functions,
which can be numbers.
Ed
Thread Next
-
pod regression in 5.18.1
by Edward Peschko