Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (45cc962949f69b18c40097cdef97ffd2863a4116)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (45cc962949f69b18c40097cdef97ffd2863a4116)
  • Date: Thu, 17 Mar 2016 00:09:49 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

perl-cpan/perl-gd/DEPENDS | 1 +
perl-cpan/perl-gd/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 45cc962949f69b18c40097cdef97ffd2863a4116
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

perl-gd: Depends on module-build

Can't locate Module/Build.pm in @INC (you may need to install the
Module::Build module) (@INC contains:
/usr/lib/perl5/site_perl/5.22.1/x86_64-linux
/usr/lib/perl5/site_perl/5.22.1
/usr/lib/perl5/vendor_perl/5.22.1/x86_64-linux
/usr/lib/perl5/vendor_perl/5.22.1 /usr/lib/perl5/5.22.1/x86_64-linux
/usr/lib/perl5/5.22.1 /usr/lib/perl5/site_perl/5.22.0/x86_64-linux
/usr/lib/perl5/site_perl/5.22.0 /usr/lib/perl5/site_perl/5.20.0
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl .) at Build.PL line
4.
BEGIN failed--compilation aborted at Build.PL line 4.

diff --git a/perl-cpan/perl-gd/DEPENDS b/perl-cpan/perl-gd/DEPENDS
index d224280..95a7975 100755
--- a/perl-cpan/perl-gd/DEPENDS
+++ b/perl-cpan/perl-gd/DEPENDS
@@ -1,5 +1,6 @@
# TODO: will require module-build after Perl 5.22
depends perl &&
+depends module-build &&
depends gd &&
depends zlib &&

diff --git a/perl-cpan/perl-gd/HISTORY b/perl-cpan/perl-gd/HISTORY
index 5ad95e6..c22fc9f 100644
--- a/perl-cpan/perl-gd/HISTORY
+++ b/perl-cpan/perl-gd/HISTORY
@@ -1,3 +1,6 @@
+2016-03-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on module-build
+
2015-04-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.56; SNAME -> SPELLX; updated source url,
website; quoting paths



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (45cc962949f69b18c40097cdef97ffd2863a4116), Eric Sandall, 03/16/2016

Archive powered by MHonArc 2.6.24.

Top of Page