DEBSOURCES
Skip Quicknav
sources / libmoosex-object-pluggable-perl / 0.0011-1 / t / lib / CustomNS / Plugin / Foo.pm
123456789
package CustomNS::Plugin::Foo; use strict; use warnings; use Moose::Role; around foo => sub{ 'around foo CNS' }; 1;