Description: fix a build failure cased by the removal of '.' from @INC
Origin: vendor
Forwarded: not-yet
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-09-22

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,6 +6,7 @@
 # have received a copy of the Artistic License the file COPYING.txt.
 # If not, see <http://www.perlfoundation.org/artistic_license_2_0>
 
+use lib '.';
 use inc::Module::Install;
 
 name            ("Crypt-Password");
