Source: libtie-datauuid-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Edmund Lodewijks <edmund@proteamail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 14),
               dh-sequence-single-binary,
               libmodule-install-perl
Build-Depends-Indep: libdata-uuid-perl | libossp-uuid-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtie-datauuid-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtie-datauuid-perl.git
Homepage: https://metacpan.org/release/Tie-DataUUID

Package: libtie-datauuid-perl
Architecture: all
Depends: ${perl:Depends},
         libdata-uuid-perl | libossp-uuid-perl
Description: tie interface to Data::UUID
 Tie::DataUUID ties a scalar to Data::UUID so that reading the variable yields
 a freshly generated UUID each time. It also exports a ready-tied $uuid
 variable, so a UUID can be interpolated straight into a string without
 calling a constructor.
 .
 The module is a thin convenience layer over Data::UUID and adds no
 UUID-generation logic of its own.
