# HG changeset patch # User Hans-G?nter Theisgen # Date 1641116398 -3600 # Node ID 28a19e1dd20e4a4a53053150565c589dcf55c9e3 # Parent efb724a8e25adf24c784e498ac310cbcc09c48be updated perl-xml-writer (0.625 -> 0.900) diff -r efb724a8e25a -r 28a19e1dd20e perl-xml-writer/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-xml-writer/description.txt Sun Jan 02 10:39:58 2022 +0100 @@ -0,0 +1,17 @@ +XML::Writer is a helper module for Perl programs that write an XML document. +The module handles all escaping for attribute values and character data and +constructs different types of markup, such as tags, comments, and processing +instructions. + +By default, the module performs several well-formedness checks to catch +errors during output. +This behaviour can be extremely useful during development and debugging, +but it can be turned off for production-grade code. + +The module can operate either in regular mode in or Namespace processing mode. +In Namespace mode, the module will generate Namespace Declarations itself, +and will perform additional checks on the output. + +Additional support is available for a simplified data mode with no mixed +content: newlines are automatically inserted around elements and elements +can optionally be indented based as their nesting level. diff -r efb724a8e25a -r 28a19e1dd20e perl-xml-writer/receipt --- a/perl-xml-writer/receipt Sun Jan 02 10:37:59 2022 +0100 +++ b/perl-xml-writer/receipt Sun Jan 02 10:39:58 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-xml-writer" -VERSION="0.625" +VERSION="0.900" CATEGORY="development" SHORT_DESC="Perl extension XML::Writer." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Writer/" +WEB_SITE="https://metacpan.org/pod/XML::Writer" +REPOLOGY="perl:xml-writer" SOURCE="XML-Writer" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -32,6 +33,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }