ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Sokoban/Sokoban.pm
(Generate patch)

Comparing Games-Sokoban/Sokoban.pm (file contents):
Revision 1.3 by root, Tue May 11 23:20:58 2010 UTC vs.
Revision 1.4 by root, Tue May 11 23:32:15 2010 UTC

24use Carp (); 24use Carp ();
25use List::Util (); 25use List::Util ();
26 26
27our $VERSION = '0.02'; 27our $VERSION = '0.02';
28 28
29=item $level = new Games::Sokoban [format => "text|binpack"], [data => "###..."] 29=item $level = new Games::Sokoban [format => "text|rle|binpack"], [data => "###..."]
30 30
31=cut 31=cut
32 32
33sub new { 33sub new {
34 my ($class, %arg) = @_; 34 my ($class, %arg) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines