xmltv Makefile.PL,1.446,1.447
Geoff <[email protected]> Mon, 10 Aug 2015 10:45:27 +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-serv8414
Modified Files:
Makefile.PL
Log Message:
tv_grab_pt now requires JSON::PP
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/xmltv/xmltv/Makefile.PL,v
retrieving revision 1.446
retrieving revision 1.447
diff -C2 -d -r1.446 -r1.447
*** Makefile.PL 12 Jul 2015 17:03:27 -0000 1.446
--- Makefile.PL 10 Aug 2015 10:45:25 -0000 1.447
***************
*** 699,703 ****
'HTTP::Cache::Transparent' => 0,
'DateTime' => 0,
! 'Encode' => 0, },
},
--- 699,704 ----
'HTTP::Cache::Transparent' => 0,
'DateTime' => 0,
! 'Encode' => 0,
! 'JSON::PP' => 0, },
},
------------------------------------------------------------------------------