]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Pages/Points.pm
Replaced ND::Web with NDWeb
[ndwebbie.git] / NDWeb / Pages / Points.pm
index 04c17dd4fa8f9f0cd3b322f21a7419a27d87164f..fb69b2ace3cbca3d434aae4e11799495b2c84381 100644 (file)
 #   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
 #**************************************************************************/
 
-package ND::Web::Pages::Points;
+package NDWeb::Pages::Points;
 use strict;
 use warnings FATAL => 'all';
 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{points} = __PACKAGE__;
+$NDWeb::Page::PAGES{points} = __PACKAGE__;
 
 
 sub render_body {