Source: libsub-exporter-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Ansgar Burchardt , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libdata-optlist-perl, libsub-install-perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsub-exporter-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsub-exporter-perl.git Homepage: https://metacpan.org/release/Sub-Exporter Testsuite: autopkgtest-pkg-perl Package: libsub-exporter-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdata-optlist-perl, libsub-install-perl Description: sophisticated exporter for custom-built routines When you use a perl module, first it is "required" function used, then its import method is called. . Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows for renaming, currying/sub-generation etc. . Sub::Exporter builds a custom exporter which can then be installed into your module. It builds this method based on configuration passed to its setup_exporter method.