package App::REPL::Plugin; use strict; use warnings; sub new { bless {}, shift } 1;