1package Test; 2 3use Moose; 4 5sub get_by_id () 6{ 7} 8# Taken from github issue #3086 reported by @brtastic. 9