make compile return a single value, use is_error to test if it's bad (it's now an...
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile.pm
CommitLineData
4d33251a 1package Devel::REPL::Profile;
2
3use Moose::Role;
4use namespace::clean -except => [ 'meta' ];
5
6requires 'apply_profile';
7
81;