Add the OutputCache plugin, which stores the most recent result in _
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile.pm
1 package Devel::REPL::Profile;
2
3 use Moose::Role;
4 use namespace::clean -except => [ 'meta' ];
5
6 requires 'apply_profile';
7
8 1;