PerlGameDev / SDL

Rehashing the old perl SDL binding on cpan.org
http://search.cpan.org/dist/SDL
GNU General Public License v2.0
80 stars 28 forks source link

Update SDL bindings to SDL 1.2.13 #5

Open kthakore opened 15 years ago

kthakore commented 15 years ago

Have to accumulate what is missing and add those binding.

jtpalmer commented 12 years ago

Aren't we on 1.2.15 now? Anyone know if this can be closed?

jjatria commented 5 years ago

Yes, it looks like this distribution is already using 1.2.15:

$ perl -Ilib -MSDL -MSDL::Version -E '
    printf "%s.%s.%s\n", map { $_->major, $_->minor, $_->patch } SDL::version
' 
1.2.15

I think this issue can be closed.