Skip to content

Commit

Permalink
Fixed the DESCRIPTION of README. Tiny changes to CHANGELOG and CONTRI…
Browse files Browse the repository at this point in the history
…BUTORS
  • Loading branch information
Blaizer committed Jul 20, 2010
1 parent 354a14b commit 3c4b136
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Revision history for Perl extension SDL_perl.
- Fixed Memory Leaks due to perl desturct level
- Fixed Memory leak in SDL::Mixer::Music
- Fixed the test on SDLx::Sprite
- Added SDLx::FPS [Blaizer]
- Modified SDLx::FPS [Blaizer]
- Cleaned up docs [Blaizer]
- Cleaned up docs for SDLx::Rect and added Category
- Added SDLx::SFont and docs and test
Expand All @@ -41,7 +41,7 @@ Revision history for Perl extension SDL_perl.
- Using dummy audiodriver for tests so no sound is played [#163] [FROGGS]
- POGL example added
- Fixed fail due to to strict test for texture_polygon in SDL::GFX
- Created SDL::FPS {Bliazer}
- Created SDLx::FPS [Blaizer]

* 2.408 Sun June 13 2010
- Added File::ShareDir as a dep
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors
The following people have dedicated blood sweat and tears to making SDL Perl possible.

jtpalmer
Blaizer
Blaise Roth (Blaizer) <blaiseroth@gmail.com>
Breno (garu)
Tobias Leich
James King
Expand Down
11 changes: 4 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ SYNOPSIS
use SDL;

DESCRIPTION
SDL_perl is a package of perl modules that provides both functional and
object orient interfaces to the Simple DirectMedia Layer for Perl 5.
This package does take some liberties with the SDL API, and attempts to
adhere to the spirit of both the SDL and Perl. This document describes
the low-level functional SDL_perl API. For the object oriented
programming interface please see the documentation provided on a per
class basis.
SDL_perl is a package of Perl modules that provide both functional and
object oriented interfaces to the Simple DirectMedia Layer for Perl 5.
This package takes some liberties with the SDL API, and attempts to adhere
to the spirit of both the SDL and Perl.

The SDL Perl 2009 Development Team
Documentation
Expand Down

0 comments on commit 3c4b136

Please sign in to comment.