]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Pages/HostileAlliances.pm
Replaced ND::Web with NDWeb
[ndwebbie.git] / NDWeb / Pages / HostileAlliances.pm
index c9c0916d3ecc28e0a2224550586b5abcb6a50e82..39ee1db6e84be3f519f431446de876c6d12fe696 100644 (file)
 #   Free Software Foundation, Inc.,                                       *
 #   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
 #**************************************************************************/
-package ND::Web::Pages::HostileAlliances;
+package NDWeb::Pages::HostileAlliances;
 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{hostileAlliances} = __PACKAGE__;
+$NDWeb::Page::PAGES{hostileAlliances} = __PACKAGE__;
 
 sub render_body {
        my $self = shift;