]> git.imager.perl.org - imager-screenshot.git/commitdiff
0.007 release v0.007
authorTony Cook <tony@develop-help.com>
Sun, 13 Apr 2008 09:15:37 +0000 (09:15 +0000)
committerTony Cook <tony@develop-help.com>
Sun, 13 Apr 2008 09:15:37 +0000 (09:15 +0000)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index 8a623881b5e79090a6b1f2523e257fd9997f7d84..937b673edece2989bb83735f204b7dc66c203b23 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.007 unreleased
+0.007 13 Apr 2008
 
 - wait for the widget to be displayed before doing the delay that
   takes the screenshot.  This forces the widget to be displayed on
 
 - wait for the widget to be displayed before doing the delay that
   takes the screenshot.  This forces the widget to be displayed on
index 89c4971cc55e4633ac611182d5d7ed0f7a7659ac..abb226e8703d8aefaf926319b8eb79e9895f6818 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.006';
+  $VERSION = '0.007';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;