[Lxr-commits] CVS: lxr/lib/LXR Lang.pm,1.53,1.54
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2014-03-09 16:00:55
|
Update of /cvsroot/lxr/lxr/lib/LXR In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12878/lib/LXR Modified Files: Lang.pm Log Message: Lang.pm: fix for bug #250 Depending on the Linux distribution, displaying a file from a Git repository may error out when annotations are requested. Caused by a missing library dependency on IO::Handle? *** This error could not be reproduced by the lead maintainer (under Fedora); the contributed fix is blindly applied *** *** If error persists, please report *** Index: Lang.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang.pm,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- Lang.pm 8 Nov 2013 09:15:38 -0000 1.53 +++ Lang.pm 9 Mar 2014 16:00:52 -0000 1.54 @@ -39,6 +39,7 @@ use strict; use LXR::Common; +use IO::Handle; =head2 C<new ($pathname, $releaseid, @itag)> |