Source: libdispatch-class-perl Standards-Version: 4.7.2 Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), libexporter-tiny-perl , libscalar-list-utils-perl , libtest-simple-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdispatch-class-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdispatch-class-perl.git Homepage: https://metacpan.org/pod/Dispatch::Class Package: libdispatch-class-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libexporter-tiny-perl, libscalar-list-utils-perl, Description: module to dispatch on the type (class) of an argument The Dispatch::Class module offers a simple way to check the class of an object and handle specific cases specifically. . In other words this module provides a way to do specific tasks at run time depending on type of object passed, similar to run time polymorphism.