package Module_1; sub new { bless {}, shift } sub init { shift } sub version { '1.0' } 1;