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.2 by root, Tue May 11 23:20:21 2010 UTC vs.
Revision 1.3 by root, Tue May 11 23:20:58 2010 UTC

22use common::sense; 22use common::sense;
23 23
24use Carp (); 24use Carp ();
25use List::Util (); 25use List::Util ();
26 26
27our $VERSION = '0.01'; 27our $VERSION = '0.02';
28 28
29=item $level = new Games::Sokoban [format => "text|binpack"], [data => "###..."] 29=item $level = new Games::Sokoban [format => "text|binpack"], [data => "###..."]
30 30
31=cut 31=cut
32 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines