From: Michael Andreen Date: Fri, 31 Aug 2007 12:06:30 +0000 (+0200) Subject: mved package from ND::IRC to NDIRC X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=commitdiff_plain;h=ec80f6c0dba1fd56a63d591e89f6368d468912f7 mved package from ND::IRC to NDIRC --- diff --git a/Access.pm b/Access.pm index 03851bb..5395ccd 100644 --- a/Access.pm +++ b/Access.pm @@ -16,7 +16,7 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Access; +package NDIRC::Access; use strict; use warnings; require Exporter; diff --git a/Channel.pm b/Channel.pm index 0200ea0..9152e8d 100644 --- a/Channel.pm +++ b/Channel.pm @@ -16,10 +16,10 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Channel; +package NDIRC::Channel; use strict; use warnings; -use ND::IRC::Access; +use NDIRC::Access; require Exporter; our @ISA = qw/Exporter/; 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/; diff --git a/Intel.pm b/Intel.pm index f45083a..c9fbac1 100644 --- a/Intel.pm +++ b/Intel.pm @@ -16,12 +16,12 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Intel; +package NDIRC::Intel; use strict; use warnings; use ND::DB; -use ND::IRC::Access; -use ND::IRC::Misc; +use NDIRC::Access; +use NDIRC::Misc; use ND::Include; require Exporter; diff --git a/Members.pm b/Members.pm index 9722328..bbe41c9 100644 --- a/Members.pm +++ b/Members.pm @@ -16,10 +16,10 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Members; +package NDIRC::Members; use strict; use warnings; -use ND::IRC::Access; +use NDIRC::Access; use ND::DB; require Exporter; diff --git a/Misc.pm b/Misc.pm index c6e8db9..9a7e2b2 100644 --- a/Misc.pm +++ b/Misc.pm @@ -16,7 +16,7 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Misc; +package NDIRC::Misc; use strict; use warnings; require Exporter; 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; diff --git a/Quotes.pm b/Quotes.pm index cf2750b..8451480 100644 --- a/Quotes.pm +++ b/Quotes.pm @@ -16,10 +16,10 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Quotes; +package NDIRC::Quotes; use strict; use warnings; -use ND::IRC::Access; +use NDIRC::Access; use Tie::File; use File::Temp (); require Exporter; 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/; diff --git a/Usermgm.pm b/Usermgm.pm index 7991aae..37a3174 100644 --- a/Usermgm.pm +++ b/Usermgm.pm @@ -16,11 +16,11 @@ # Free Software Foundation, Inc., * # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::IRC::Usermgm; +package NDIRC::Usermgm; use strict; use warnings; use ND::DB; -use ND::IRC::Access; +use NDIRC::Access; require Exporter; our @ISA = qw/Exporter/;