Your IP : 216.73.217.90


Current Path : /proc/self/root/proc/thread-self/root/proc/thread-self/root/usr/share/doc/perl-Mouse/t/lib/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/proc/thread-self/root/usr/share/doc/perl-Mouse/t/lib/Foo.pm

# This is automatically generated by author/import-moose-test.pl.
# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
use MooseCompat;
package Foo;
use Mouse;

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

1;