X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FGalaxyRankings.pm;h=4be94715533c4a484e767c76ca2e1ad33db862fb;hb=a074bd17f5e8ba341a22bbfca1da7093b8351774;hp=d09c8e592eb547e3e227b17b9e99d40fa7f81000;hpb=d6c9085e748c4d61901aaea72f0e1546dcc7cdda;p=ndwebbie.git diff --git a/NDWeb/Pages/GalaxyRankings.pm b/NDWeb/Pages/GalaxyRankings.pm index d09c8e5..4be9471 100644 --- a/NDWeb/Pages/GalaxyRankings.pm +++ b/NDWeb/Pages/GalaxyRankings.pm @@ -17,15 +17,15 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::Web::Pages::GalaxyRankings; +package NDWeb::Pages::GalaxyRankings; 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{galaxyrankings} = __PACKAGE__; +$NDWeb::Page::PAGES{galaxyrankings} = __PACKAGE__; sub parse { #TODO: Need to fix some links first