X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FIntel.pm;h=58a8c67510ab72320e08e516fc117114ca9e0655;hb=ce1bbbda8d2db60b66cca779f9005015c1c79115;hp=c129d907c2109a465a28833533b54a6f0047ca8d;hpb=d6c9085e748c4d61901aaea72f0e1546dcc7cdda;p=ndwebbie.git diff --git a/NDWeb/Pages/Intel.pm b/NDWeb/Pages/Intel.pm index c129d90..58a8c67 100644 --- a/NDWeb/Pages/Intel.pm +++ b/NDWeb/Pages/Intel.pm @@ -17,17 +17,17 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::Web::Pages::Intel; +package NDWeb::Pages::Intel; use strict; use warnings FATAL => 'all'; -use ND::Web::Forum; -use ND::Web::Include; +use NDWeb::Forum; +use NDWeb::Include; use ND::Include; use CGI qw/:standard/; -use base qw/ND::Web::XMLPage/; +use base qw/NDWeb::XMLPage/; -$ND::Web::Page::PAGES{intel} = __PACKAGE__; +$NDWeb::Page::PAGES{intel} = __PACKAGE__; sub parse { my $self = shift;