]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Pages/Motd.pm
Replaced ND::Web with NDWeb
[ndwebbie.git] / NDWeb / Pages / Motd.pm
index 2914191611461933035ead519d32a81f286eb7b3..5e7889d525f6b9764e000a12c9b51c014460d3d9 100644 (file)
 #   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;