OSDN Git Service

removed Data::Dumper
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Thu, 1 Jan 2009 02:34:32 +0000 (02:34 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Thu, 1 Jan 2009 02:34:32 +0000 (02:34 +0000)
t/02_SessionManager.t

index 5e6a446..2569a36 100644 (file)
@@ -1,11 +1,10 @@
 # -*- mode: perl; coding: utf-8 -*-
-# $Id: 02_SessionManager.t,v 1.2 2008-08-05 14:08:25 morimoto Exp $
+# $Id: 02_SessionManager.t,v 1.3 2009-01-01 02:34:32 morimoto Exp $
 # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/t/02_SessionManager.t,v $
 # Copyright (c) 2003-2008 Jun Morimoto <morimoto@mrmt.net>
 # This program is covered by the GNU General Public License 2
 use strict;
 use warnings;
-use Data::Dumper;
 use Test::More tests => 32;
 use FindBin;
 use lib "$FindBin::Bin/../lib";