Changeset 12414
- Timestamp:
- 05/26/08 05:21:17 (5 years ago)
- Location:
- lang/perl/Games-Go-Rank/trunk
- Files:
-
- 4 modified
-
. (modified) (1 prop)
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Games/Go/Rank.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Games-Go-Rank/trunk
-
lang/perl/Games-Go-Rank/trunk/Changes
r9723 r12414 7 7 - set the version to 0.05 8 8 - moved generated documentation of interited methods to after documentation of this class' methods so the manpage is more readable 9 date: 2008-01-31T16:01:30Z 9 - moooooooooooooose 10 date: 2008-05-24T06:03:33Z 10 11 tags: [] 11 12 version: 0.05 -
lang/perl/Games-Go-Rank/trunk/Makefile.PL
r9723 r12414 6 6 perl_version '5.006'; 7 7 8 requires ' Class::Accessor::Complex' => '0.12';8 requires 'Moose' => '0.44'; 9 9 10 10 build_requires 'Test::More' => '0.70'; -
lang/perl/Games-Go-Rank/trunk/lib/Games/Go/Rank.pm
r9723 r12414 1 1 package Games::Go::Rank; 2 2 3 use warnings; 4 use strict; 5 3 use Moose; 6 4 7 5 our $VERSION = '0.05'; 8 9 10 use base 'Class::Accessor::Complex';11 12 6 13 7 use overload … … 15 9 '<=>' => 'num_cmp'; 16 10 17 18 __PACKAGE__ 19 ->mk_new 20 ->mk_accessors(qw(rank)); 11 has 'rank' => (is => 'rw'); 21 12 22 13
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)