summaryrefslogtreecommitdiffstats
path: root/lib/App/REPL/Plugin.pm
blob: a255f629b1c8ead1c42ea04d4171f319d2dd0764 (plain) (blame)
1
2
3
4
5
6
7
package App::REPL::Plugin;
use strict;
use warnings;

sub new { bless {}, shift }

1;