]> ruin.nu Git - ndwebbie.git/blobdiff - ND/Web/Pages/Settings.pm
use base instead of setting @ISA manually
[ndwebbie.git] / ND / Web / Pages / Settings.pm
index 5e8ecca5fa095ccf0c73fc47d0ca03de9a67b944..e7f22311631d27968d0c0834c637f20723563592 100644 (file)
@@ -24,7 +24,7 @@ use ND::Include;
 use CGI qw/:standard/;
 use ND::Web::Include;
 
-our @ISA = qw/ND::Web::XMLPage/;
+use base qw/ND::Web::XMLPage/;
 
 $ND::Web::Page::PAGES{settings} = __PACKAGE__;