xmltv Makefile.PL,1.467,1.468

Nick Morrott <[email protected]> Mon, 06 Mar 2017 12:55:18 +0000
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21123

Modified Files:
	Makefile.PL 
Log Message:
Allow building on Perl versions 5.24.1+

Perl versions 5.24.1+ no longer include '.' in @INC. However, we need
access to XMLTV::Ask::Term at configuration time, so provide relative path
to this library.


Index: Makefile.PL
===================================================================
RCS file: /cvsroot/xmltv/xmltv/Makefile.PL,v
retrieving revision 1.467
retrieving revision 1.468
diff -C2 -d -r1.467 -r1.468
*** Makefile.PL	24 Jan 2017 04:59:45 -0000	1.467
--- Makefile.PL	6 Mar 2017 12:55:16 -0000	1.468
***************
*** 252,256 ****
  }
  else {
!     require 'lib/Ask/Term.pm';
      *ask = \&XMLTV::Ask::Term::ask_boolean;
  }
--- 252,256 ----
  }
  else {
!     require './lib/Ask/Term.pm';
      *ask = \&XMLTV::Ask::Term::ask_boolean;
  }


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot