2013-12-11 - version 0.58 - remove EUMM-Update changes to Makefile.PL, which removed the updated metadata in 0.57 from META.yml 2013-11-28 - version 0.57 - Fix required perl version 5.6 -> 5.006. - Add Github repo link to META.yml 2011-01-13 - version 0.56 - include file needed for MinGW/Cygwin compilation (Rafael Kitover). [rt#64715] 2008-08-19 - version 0.55 - documentation for GetAs(CF_UNICODETEXT) suggested by Neilay Dedhia. 2008-08-18 - version 0.54 - fix GetAs(CF_UNICODETEXT) to return the right number of bytes (still returns binary data, not a unicode string). Thanks to Brian McCauley. 2008-04-15 - version 0.53 for separate upload to CPAN - updated email addresses - simplified Makefile.PL - added META.yml - added ppport.h - casts to suppress compiler warnings under Win64 2004-09-10 by Hideyo Imazu GetBitmap() didn't work well except with 24 bit color images. The reason was that the CF_DIB data structure wasn't recognized correctly and consequently the BITMAPFILEHEADER structure wasn't generated correctly. I fixed the pr