package Foo; use strict; use warnings; sub new { return bless {}; } sub method { return 1; } 1;