From 0f215ebec200e155b488969b0005cc3247053ac1 Mon Sep 17 00:00:00 2001 From: Michael Tanner Date: Sat, 3 Jan 2009 02:15:42 -0500 Subject: [PATCH] Start of the MySQL module, removed extra use module from bot.pl --- Kith/MySQL.pm | 3 +++ bot.pl | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Kith/MySQL.pm diff --git a/Kith/MySQL.pm b/Kith/MySQL.pm new file mode 100644 index 0000000..551d828 --- /dev/null +++ b/Kith/MySQL.pm @@ -0,0 +1,3 @@ +package Kith::MySQL; + +1; diff --git a/bot.pl b/bot.pl index 846993d..533354d 100755 --- a/bot.pl +++ b/bot.pl @@ -4,7 +4,6 @@ use strict; use POE qw(Component::IRC); use Config::INI::Simple; use DBI; -use DBD::mysql; use Getopt::Long; my $debug; -- 2.11.4.GIT