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