Sophie

Sophie

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

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

package TestApp::Plugin::Bor;

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

around bor => sub{ 'plugin bor' };

1;