Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fdb319dca6745f6fcdd04ffc0bff52eec03c068c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fdb319dca6745f6fcdd04ffc0bff52eec03c068c)
  • Date: Wed, 31 May 2017 20:29:52 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 4 ++++
perl-cpan/FUNCTIONS | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit fdb319dca6745f6fcdd04ffc0bff52eec03c068c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

perl-cpan/FUNCTIONS: restored old behaviour to include source directory
in @INC

diff --git a/ChangeLog b/ChangeLog
index 0de0edf..b4aece0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-31 Pavel Vinogradov <public AT sourcemage.org>
+ * perl-cpan/FUNCTIONS: restored old behaviour to include source
+ directory in @INC
+
2017-05-29 Vlad Glagolev <stealth AT sourcemage.org>
* net/sipcalc: new spell, advanced console-based IP subnet calculator

diff --git a/perl-cpan/FUNCTIONS b/perl-cpan/FUNCTIONS
index 541da7c..ee673a9 100755
--- a/perl-cpan/FUNCTIONS
+++ b/perl-cpan/FUNCTIONS
@@ -2,5 +2,5 @@
## Section-default build script.
#-------------------------------------------------------------------------
function default_build() {
- PERL_MM_USE_DEFAULT=1 default_build_perl
+ PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1 default_build_perl
}



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fdb319dca6745f6fcdd04ffc0bff52eec03c068c), Pavel Vinogradov, 05/31/2017

Archive powered by MHonArc 2.6.24.

Top of Page