xmltv/filter tv_grep.PL,1.6,1.7
Nick Morrott <[email protected]> Fri, 24 Feb 2017 22:36:00 +0000
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/filter In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7075/filter Modified Files: tv_grep.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 some libraries included in the XMLTV source at build time so "use lib '.'" for these specific instances. Index: tv_grep.PL =================================================================== RCS file: /cvsroot/xmltv/xmltv/filter/tv_grep.PL,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tv_grep.PL 3 Jun 2006 19:33:46 -0000 1.6 --- tv_grep.PL 24 Feb 2017 22:35:58 -0000 1.7 *************** *** 13,16 **** --- 13,19 ---- use IO::File; use XMLTV; + + # Perl 5.24.1+ does not include '.' in @INC but we need some libs during build + use lib '.'; require 'filter/Grep.pm'; ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot