X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPages%2FPoints.pm;h=2202a41f484d17873a84a22905db54e6d9a04d5c;hb=571b019af4b9e3e051447f82135bb630a4fb4db8;hp=15d439d89184e5ebcdc2d40312ab6ed6ca4ae9e7;hpb=707131893fa280d8964883b821636de7022fecd0;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__;