developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Changes:
o make parse return 1 (Steven Allen)
o sub setModel: Generation of regexp goes wrong if an element has more than
62 members and any of these has cardinality other than 1:
Parentheses are required around each re token, because the tokens are
encoded as character pairs if there's 62 or more of them. (B Mills)
Changes since p5-XML-Checker-0.10 :
- Corrected the token abbreviation sub
- Added error 170, Element can't be empty
- Added strict and warnings pragmas
- Added two new tests, t/empty_elt.t and t/high_elt_number.t
XML::Checker is a different ways to validating XML documents, it
provides several classes :
XML::Checker - contains the XML::Checker class that is used
by the others
XML::Checker::Parser - an XML::Parser that validates at parse time
XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time
Provided by Shell Hung in PR/15086.
oVS: ----------------------------------------------------------------------