X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Scans.pm;h=1315e22408b2875ef6357fe05f46660fe2501990;hb=ec80f6c0dba1fd56a63d591e89f6368d468912f7;hp=e10fb7cc9c72b2ca7719aec07a90b560e9f221a4;hpb=513973522ca22a3b51b0dea02094b75b55d0ed96;p=NDIRC.git diff --git a/Scans.pm b/Scans.pm index e10fb7c..1315e22 100644 --- a/Scans.pm +++ b/Scans.pm @@ -16,11 +16,11 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Scans; +package NDIRC::Scans; use strict; use warnings; use ND::DB; -use ND::IRC::Access; +use NDIRC::Access; require Exporter; our @ISA = qw/Exporter/;