Source: libdispatch-class-perl Section: perl Priority: optional Build-Depends: debhelper-compat (= 13), perl, libexporter-tiny-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 4.7.2 Homepage: https://metacpan.org/pod/Dispatch::Class Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdispatch-class-perl.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdispatch-class-perl Testsuite: autopkgtest-pkg-perl Package: libdispatch-class-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libexporter-tiny-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.