Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / docs / Timer.pod
diff --git a/lib/docs/Timer.pod b/lib/docs/Timer.pod
deleted file mode 100644 (file)
index 18860eb..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-=pod
-
-
-=head1 NAME
-
-SDL::Timer - a SDL perl extension to handle timers
-
-=head1 SYNOPSIS
-
-  $timer = new SDL::Timer { print "tick"; 4000; } -delay => 4000;
-
-=head1 DESCRIPTION
-
-C<SDL::Timer> provides an abstract interface to the SDL::Timer
-callback code.  SDL::Timer::new requires a subroutine and a delay
-at which is the initial interval between the creation of the
-timer until the first call to the subroutine.  The subroutine
-must return a value which is the delay until the it is called again.
-
-=head1 AUTHOR
-
-David J. Goehrig
-
-=head1 SEE ALSO
-
-L<perl> L<SDL>
-
-=pod