Sophie

Sophie

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

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

package TestApp2::Plugin::Foo;

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

around foo => sub{ 'around foo 2' };

1;