increment $VERSION after 1.003027 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile / Default.pm
1 package Devel::REPL::Profile::Default;
2
3 our $VERSION = '1.003028';
4
5 use Moose;
6 use namespace::autoclean;
7
8 # for backcompat only - Default was renamed to Standard
9
10 extends 'Devel::REPL::Profile::Standard';
11
12 1;