X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FLaunchConfirmation.pm;h=a7059b2e6a3fa089b42d241622b3b24e238a6eb5;hb=ce1bbbda8d2db60b66cca779f9005015c1c79115;hp=afb4b55d2ba92d94533e6a04f655aac4ac760fd2;hpb=d6c9085e748c4d61901aaea72f0e1546dcc7cdda;p=ndwebbie.git diff --git a/NDWeb/Pages/LaunchConfirmation.pm b/NDWeb/Pages/LaunchConfirmation.pm index afb4b55..a7059b2 100644 --- a/NDWeb/Pages/LaunchConfirmation.pm +++ b/NDWeb/Pages/LaunchConfirmation.pm @@ -17,16 +17,16 @@ # 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;