bug 2505: more warnings fixes in C4/Context.pm
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 9 Jan 2009 18:16:43 +0000 (12:16 -0600)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:18:46 +0000 (23:18 +0200)
* more portable way to determine uname for
  crash messages
* C4::Context->userenv now returns undef instead
  of 0 if no userenv has been set yet; returning
  undef when necessary is almost always better
  than returning a scalar when a hashref is
  normally expected.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Context.pm

index 71a6b16..2f2bc96 100644 (file)
@@ -16,7 +16,6 @@ package C4::Context;
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-use warnings;
 use strict;
 use warnings;
 use vars qw($VERSION $AUTOLOAD $context @context_stack);