Fixed the pod path in archive
[sdlgit/SDL_perl.git] / t / intergation1.t
index 9bbc491..aefc51a 100644 (file)
@@ -78,9 +78,9 @@ can_ok ('SDL::App', qw/
        SDL::FillRect( $app, $rect, $blue_pixel );
        SDL::FillRect( $app, $grect, $col_pixel );
 
-        SDL::Surface::update_rect($app, 0, 0, 640, 480);
-        SDL::Delay(10);
+        SDL::UpdateRect($app, 0, 0, 640, 480);
+        SDL::delay(10);
        }
 
-         SDL::Delay(100);
+         SDL::delay(100);