There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

SDL2::Surface - A collection of pixels used in software blitting

SYNOPSIS

use SDL2 qw[:all];
# TODO

DESCRIPTION

SDL2::Surface should be treated as read-only, except for pixels, which, if defined, contains the raw pixel data for the surface.

AUTHOR

Sanko Robinson <sanko@cpan.org>