Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 0a86619146216b591b8aa8ccaa044715 > files > 18

perl-MooseX-Object-Pluggable-0.0011-6.fc15.noarch.rpm

package TestApp::Plugin::Baz;

use strict;
use warnings;
use Moose::Role;

sub baz { 'plugin baz' }

1;