Tadashi Okoshi
slash****@users*****
2005年 12月 17日 (土) 13:55:51 JST
Index: affelio/lib/Affelio/App/Admin.pm
diff -u affelio/lib/Affelio/App/Admin.pm:1.4 affelio/lib/Affelio/App/Admin.pm:1.5
--- affelio/lib/Affelio/App/Admin.pm:1.4 Sat Dec 17 03:10:13 2005
+++ affelio/lib/Affelio/App/Admin.pm Sat Dec 17 13:55:51 2005
@@ -14,16 +14,16 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: Admin.pm,v 1.4 2005/12/16 18:10:13 slash5234 Exp $
+# $Id: Admin.pm,v 1.5 2005/12/17 04:55:51 slash5234 Exp $
package Affelio::App::Admin;
{
use strict;
use lib("../../../extlib/");
use CGI qw(-unique_headers);
- use Error qw(:try);
use CGI::Session; #qw(-ip_match);
use HTML::Template;
+ use Error qw(:try);
use Fcntl;
use lib("../../../lib/");