Source: libshort-url-perl
Section: perl
Priority: optional
Maintainer: Stuart Raeburn <raeburn@loncapa.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmoo-perl, libtype-tiny-perl, libmodule-build-tiny-perl, perl
Standards-Version: 4.7.0
Homepage: https://metacpan.org/release/Short-Url

Package: libshort-url-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmoo-perl, libstrictures-perl, libtype-tiny-perl
Description: Encodes and Decodes short urls by using Bijection
 Short::URL can be used to help generate short, unique character string urls.
 It uses Bijection|http://en.wikipedia.org/wiki/Bijection to create a
 one-to-one mapping from integers to strings over your alphabet, and from
 strings over your alphabet back to the original integer. An integer primary
 key in your database would be a good example of an integer you could use to
 generate a unique character string that maps uniquely to that row.
 .
