libdata-stag-perl 0.14-2ubuntu1 source package in Ubuntu

Changelog

libdata-stag-perl (0.14-2ubuntu1) focal; urgency=medium

  * Recommend also libxml-libxml-perl, needed in tests

 -- Gianfranco Costamagna <email address hidden>  Wed, 23 Oct 2019 08:41:43 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-stag-perl_0.14.orig.tar.gz 418.1 KiB 4ab122508d2fb86d171a15f4006e5cf896d5facfa65219c0b243a89906258e59
libdata-stag-perl_0.14-2ubuntu1.debian.tar.xz 5.4 KiB 0367969c344a6d8eb9dd51b16626d3fc1b02d41abdd76cb0d2674b005311780d
libdata-stag-perl_0.14-2ubuntu1.dsc 2.2 KiB a19bffbc6cb47601a6421a2b33716d76ba1c82ddd2abceb7659965c95ba3f8c1

Available diffs

View changes file

Binary packages built by this source

libdata-stag-perl: module to manipulate Structured Tags datastructures

 Data::Stag is for manipulating data as hierarchical tag/value
 pairs (Structured TAGs or Simple Tree AGgreggates). These
 datastructures can be represented as nested arrays, which have the
 advantage of being native to perl. A simple example is shown below:
 .
  [ person=> [ [ family_name => $family_name ],
  [ given_name => $given_name ],
  [ phone_no => $phone_no ] ] ],
 .
 Data::Stag uses a subset of XML for import and export. This
 means the module can also be used as a general XML parser/writer (with
 certain caveats).