in reply to Code Clinic

Good article. One typo. It looks like
$object = Info_File->('camel.info');
should be
$object = Info_File->new('camel.info');