X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPages%2FPoints.pm;h=2202a41f484d17873a84a22905db54e6d9a04d5c;hb=f6cfe40e6a8da61229131a2d38a2535ae66da359;hp=b17e4b1bba6978a39f9eb0410f6148b776206c19;hpb=5e8e40894860b7bab39783a43c32d98d080801c9;p=ndwebbie.git diff --git a/ND/Web/Pages/Points.pm b/ND/Web/Pages/Points.pm index b17e4b1..2202a41 100644 --- a/ND/Web/Pages/Points.pm +++ b/ND/Web/Pages/Points.pm @@ -23,9 +23,9 @@ use warnings FATAL => 'all'; use CGI qw/:standard/; use ND::Web::Include; -our @ISA = qw/ND::Web::XMLPage/; +use base qw/ND::Web::XMLPage/; -$ND::Web::Page::PAGES{points} = 'ND::Web::Pages::Points'; +$ND::Web::Page::PAGES{points} = __PACKAGE__; sub render_body {