0.009 release v0.009
authorTony Cook <tony@develop-help.com>
Tue, 15 Jun 2010 11:58:05 +0000 (11:58 +0000)
committerTony Cook <tony@develop-help.com>
Tue, 15 Jun 2010 11:58:05 +0000 (11:58 +0000)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index 65feae365fed087177a67fc8fe753849a49fe4f8..3a1fa7f433a68b602457c2bcb90c6618d247ee5e 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.009 15 Jun 2010
+
+- check for Win32 support with Devel::CheckLib if we don't find them
+  otherwise.
+  https://rt.cpan.org/Ticket/Display.html?id=56793
+
 0.008 21 Sep 2009
 
 - document that screenshot() returns nothing on failure and the cause
index f947728b411d6613aa81a4bf1422251e02580e85..54e887aaae656e14f3f3881d56e47aae3bc9a5c0 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.008';
+  $VERSION = '0.009';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;