[Affelio-cvs 1040] CVS update: affelio/lib/Affelio/App/Admin

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 1月 19日 (木) 18:26:57 JST


Index: affelio/lib/Affelio/App/Admin/MakeAffelioLink.pm
diff -u affelio/lib/Affelio/App/Admin/MakeAffelioLink.pm:1.3 affelio/lib/Affelio/App/Admin/MakeAffelioLink.pm:1.4
--- affelio/lib/Affelio/App/Admin/MakeAffelioLink.pm:1.3	Thu Jan 19 16:18:09 2006
+++ affelio/lib/Affelio/App/Admin/MakeAffelioLink.pm	Thu Jan 19 18:26:57 2006
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: MakeAffelioLink.pm,v 1.3 2006/01/19 07:18:09 slash5234 Exp $
+# $Id: MakeAffelioLink.pm,v 1.4 2006/01/19 09:26:57 slash5234 Exp $
 
 package Affelio::App::Admin::MakeAffelioLink;
 {
@@ -22,7 +22,7 @@
 
     use lib("../../../../extlib/");
     use Error qw(:try);
-    use MIME::Base64::Perl;
+    use MIME::Base64;
 
     use lib("../../../");
     use Affelio;
Index: affelio/lib/Affelio/App/Admin/Messaging.pm
diff -u affelio/lib/Affelio/App/Admin/Messaging.pm:1.21 affelio/lib/Affelio/App/Admin/Messaging.pm:1.22
--- affelio/lib/Affelio/App/Admin/Messaging.pm:1.21	Thu Jan 19 16:18:09 2006
+++ affelio/lib/Affelio/App/Admin/Messaging.pm	Thu Jan 19 18:26:57 2006
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: Messaging.pm,v 1.21 2006/01/19 07:18:09 slash5234 Exp $
+# $Id: Messaging.pm,v 1.22 2006/01/19 09:26:57 slash5234 Exp $
 
 package Affelio::App::Admin::Messaging;
 {
@@ -22,7 +22,7 @@
 
     use lib("../../../../extlib/");
     use Error qw(:try);
-    use MIME::Base64::Perl;
+    use MIME::Base64;
     use lib("../../../");
     use Affelio;
     use Affelio::misc::CGIError;


Affelio-cvs メーリングリストの案内
Back to archive index