keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile / Default.pm
CommitLineData
b605fe37 1package Devel::REPL::Profile::Default;
2
54beb05d 3our $VERSION = '1.003027';
4
b605fe37 5use Moose;
aa8b7647 6use namespace::autoclean;
b605fe37 7
584978c9 8# for backcompat only - Default was renamed to Standard
b605fe37 9
584978c9 10extends 'Devel::REPL::Profile::Standard';
b605fe37 11
121;