DEBSOURCES
Skip Quicknav
sources / libcoat-perl / 0.331-1 / t / Point.pm
12345678
package Point; use Coat; has 'x' => ( isa => 'Int', default => 0); has 'y' => ( isa => 'Int', default => 0); 1;