Source: libtrue-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Jotam Jr. Trejo Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), libb-hooks-op-annotation-perl, libb-hooks-op-check-perl (>= 0.18), libdevel-stacktrace-perl, libextutils-depends-perl, libtest-pod-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtrue-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtrue-perl.git Homepage: https://metacpan.org/release/true Package: libtrue-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libb-hooks-op-annotation-perl, libb-hooks-op-check-perl (>= 0.18), libdevel-stacktrace-perl Description: automatically return a true value when a file is required Perl's require builtin (and its use wrapper) requires the files it loads to return a true value. This is usually accomplished by placing a single . 1; . statement at the end of included scripts or modules. It's not onerous to add but it's a speed bump on the Perl novice's road to enlightenment. . This module packages this "return true" behaviour so that it need not be written explicitly.