]> ruin.nu Git - NDIRC.git/blobdiff - Def.pm
mved package from ND::IRC to NDIRC
[NDIRC.git] / Def.pm
diff --git a/Def.pm b/Def.pm
index 9297e3c5b846f8b18e1caa7396c80aafeb96d8a8..c081f9a17c7ddb8498fa88678ab0684aa0eebae9 100644 (file)
--- a/Def.pm
+++ b/Def.pm
 #   Free Software Foundation, Inc.,                                       *
 #   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
 #**************************************************************************/
-package ND::IRC::Def;
+package NDIRC::Def;
 use strict;
 use warnings;
 use ND::DB;
 use ND::Include;
-use ND::IRC::Access;
-use ND::IRC::Misc;
+use NDIRC::Access;
+use NDIRC::Misc;
 require Exporter;
 
 our @ISA = qw/Exporter/;