X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPages%2FPoints.pm;h=2202a41f484d17873a84a22905db54e6d9a04d5c;hb=f6cfe40e6a8da61229131a2d38a2535ae66da359;hp=15d439d89184e5ebcdc2d40312ab6ed6ca4ae9e7;hpb=d263ed99d56be8a2c466da173a335eea9cb4793d;p=ndwebbie.git diff --git a/ND/Web/Pages/Points.pm b/ND/Web/Pages/Points.pm index 15d439d..2202a41 100644 --- a/ND/Web/Pages/Points.pm +++ b/ND/Web/Pages/Points.pm @@ -23,7 +23,7 @@ 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} = __PACKAGE__;