X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FMotd.pm;h=5e7889d525f6b9764e000a12c9b51c014460d3d9;hb=a074bd17f5e8ba341a22bbfca1da7093b8351774;hp=2914191611461933035ead519d32a81f286eb7b3;hpb=d6c9085e748c4d61901aaea72f0e1546dcc7cdda;p=ndwebbie.git diff --git a/NDWeb/Pages/Motd.pm b/NDWeb/Pages/Motd.pm index 2914191..5e7889d 100644 --- a/NDWeb/Pages/Motd.pm +++ b/NDWeb/Pages/Motd.pm @@ -17,16 +17,16 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::Web::Pages::Motd; +package NDWeb::Pages::Motd; use strict; use warnings FATAL => 'all'; use ND::Include; use CGI qw/:standard/; -use ND::Web::Include; +use NDWeb::Include; -use base qw/ND::Web::XMLPage/; +use base qw/NDWeb::XMLPage/; -$ND::Web::Page::PAGES{motd} = __PACKAGE__; +$NDWeb::Page::PAGES{motd} = __PACKAGE__; sub render_body { my $self = shift;