Source: libsyntax-operator-equ-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libextutils-cbuilder-perl, libmodule-build-perl, libtest2-suite-perl , libxs-parse-keyword-perl, perl-xs-dev, perl:native Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsyntax-operator-equ-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsyntax-operator-equ-perl.git Homepage: https://metacpan.org/release/Syntax-Operator-Equ Rules-Requires-Root: no Package: libsyntax-operator-equ-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libxs-parse-keyword-perl Description: equality operators that distinguish C Syntax::Operator::Equ provides infix operators that implement equality tests of strings or numbers similar to perl's eq and == operators, except that they consider undef to be a distinct value, separate from the empty string or the number zero. . These operators do not warn when either or both operands are undef. They yield true if both operands are undef, false if exactly one operand is, or otherwise behave the same as the regular string or number equality tests if both operands are defined.