]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Pages/LaunchConfirmation.pm
Replaced ND::Web with NDWeb
[ndwebbie.git] / NDWeb / Pages / LaunchConfirmation.pm
index afb4b55d2ba92d94533e6a04f655aac4ac760fd2..a7059b2e6a3fa089b42d241622b3b24e238a6eb5 100644 (file)
 #   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
 #**************************************************************************/
 
-package ND::Web::Pages::LaunchCoonfirmation;
+package NDWeb::Pages::LaunchCoonfirmation;
 use strict;
 use warnings FATAL => 'all';
 use CGI qw/:standard/;
-use ND::Web::Include;
+use NDWeb::Include;
 use ND::Include;
 
-use base qw/ND::Web::XMLPage/;
+use base qw/NDWeb::XMLPage/;
 
-$ND::Web::Page::PAGES{launchConfirmation} = __PACKAGE__;
+$NDWeb::Page::PAGES{launchConfirmation} = __PACKAGE__;
 
 sub render_body {
        my $self = shift;