%PDF- %PDF-
| Direktori : /data/old/usr/share/doc/perl-Moose-2.1005/t/lib/ |
| Current File : //data/old/usr/share/doc/perl-Moose-2.1005/t/lib/Bar.pm |
package Bar;
use Moose;
use Moose::Util::TypeConstraints;
type Baz => where { 1 };
subtype Bling => as Baz => where { 1 };
1;