Perl Image::Magick orientation property

"Chris Davaz" <[email protected]> Mon, 13 Oct 2008 16:20:58 +0800
Newsgroups gmane.comp.video.image-magick.devel
Message-ID <[email protected]>
In Perl

$image->Get('orientation')

returns the empty array (), however from the command line:

$ identify -verbose picture.jpg | grep -i orientation
 Orientation: RightTop
   exif:Orientation: 6

am I doing something wrong?