Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-Moose/t/lib/
Upload File :
Current File : //usr/share/doc/perl-Moose/t/lib/Foo.pm

package Foo;
use Moose;

has 'bar' => (is => 'rw');

1;