X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=PA.pm;h=63a41d2efd5dcd0bf6bfa4f541f90219c441f0d9;hb=ec80f6c0dba1fd56a63d591e89f6368d468912f7;hp=0d6e160c391d68c054b46bfef73b8a527669b609;hpb=513973522ca22a3b51b0dea02094b75b55d0ed96;p=NDIRC.git diff --git a/PA.pm b/PA.pm index 0d6e160..63a41d2 100644 --- a/PA.pm +++ b/PA.pm @@ -16,13 +16,13 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::PA; +package NDIRC::PA; use strict; use warnings; use ND::DB; use ND::Include; -use ND::IRC::Access; -use ND::IRC::Misc; +use NDIRC::Access; +use NDIRC::Misc; use POSIX; require Exporter;