X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Def.pm;h=c081f9a17c7ddb8498fa88678ab0684aa0eebae9;hb=f2a9f7a98baa00d8fdeb1b601b89a5742331ad24;hp=9297e3c5b846f8b18e1caa7396c80aafeb96d8a8;hpb=cc16b149738879697f5baf3eaede9597388d4d53;p=NDIRC.git diff --git a/Def.pm b/Def.pm index 9297e3c..c081f9a 100644 --- a/Def.pm +++ b/Def.pm @@ -16,13 +16,13 @@ # 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/;