# $Id: /mirror/coderepos/lang/perl/Queue-Q4M/trunk/misc/lib/Queue/Q4M/Benchmark/Plugin.pm 65251 2008-07-08T00:27:14.364570Z daisuke $ package Queue::Q4M::Benchmark::Plugin; use Moose::Role; requires qw(setup); no Moose; 1;