]> ruin.nu Git - ndwebbie.git/blobdiff - ND/Web/Pages/Points.pm
use base instead of setting @ISA manually
[ndwebbie.git] / ND / Web / Pages / Points.pm
index 15d439d89184e5ebcdc2d40312ab6ed6ca4ae9e7..2202a41f484d17873a84a22905db54e6d9a04d5c 100644 (file)
@@ -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__;