package Module_2; sub new { bless {}, shift } sub init { shift } sub version { '2.0' } 1;