plugin metaclass, profiles, commands plugi
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile.pm
diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm
new file mode 100644 (file)
index 0000000..c5c0c23
--- /dev/null
@@ -0,0 +1,8 @@
+package Devel::REPL::Profile;
+
+use Moose::Role;
+use namespace::clean -except => [ 'meta' ];
+
+requires 'apply_profile';
+
+1;