[Bps-public-commit] Module-Install-RTx branch, 5.26-compat, created. 0.39-1-g383d893
Shawn Moore
shawn at bestpractical.com
Tue Sep 19 10:40:53 EDT 2017
The branch, 5.26-compat has been created
at 383d89384794affba83a07ff058c6a03b7aa2684 (commit)
- Log -----------------------------------------------------------------
commit 383d89384794affba83a07ff058c6a03b7aa2684
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Tue Sep 19 14:26:36 2017 +0000
Add . to @INC for Perl 5.26 in Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
index 644cbdb..3c61295 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+BEGIN { push @INC, '.' }
use inc::Module::Install;
name 'Module-Install-RTx';
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list