
About
Frozen Bubble is a Perl implementation of the game, distributed as a CPAN module (Games-FrozenBubble) and installed through the standard Perl Build.PL/Build toolchain, relying on Pango and SDL (via Alien::SDL) for its graphics.
Getting started
Install by running perl Build.PL, then ./Build, ./Build test, and sudo ./Build install (or a private-directory install using INSTALL_BASE); Pango development files and Alien::SDL built with Pango support are required dependencies.