From 45215b42d93826fcaddea797f0165a4aa4c87a0d Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 21 Sep 2009 11:03:33 +0000 Subject: [PATCH] 0.008 release --- Changes | 8 ++++++++ Screenshot.pm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 937b673..65feae3 100755 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +0.008 21 Sep 2009 + +- document that screenshot() returns nothing on failure and the cause + can be found with Imager->errstr + https://rt.cpan.org/Ticket/Display.html?id=46933 + +- use META_MERGE instead of EXTRA_META to set configure/build_requires + 0.007 13 Apr 2008 - wait for the widget to be displayed before doing the delay that diff --git a/Screenshot.pm b/Screenshot.pm index 6f99518..f947728 100644 --- a/Screenshot.pm +++ b/Screenshot.pm @@ -10,7 +10,7 @@ push @ISA, 'Exporter'; BEGIN { require Exporter; @ISA = qw(Exporter); - $VERSION = '0.007'; + $VERSION = '0.008'; eval { # try XSLoader first, DynaLoader has annoying baggage require XSLoader; -- 2.30.2