0.005 release
authorTony Cook <tony@develop-help.com>
Mon, 12 Mar 2007 07:41:18 +0000 (07:41 +0000)
committerTony Cook <tony@develop-help.com>
Mon, 12 Mar 2007 07:41:18 +0000 (07:41 +0000)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index 778b3868160a0c7a40a327d8180263afad8eaf6e..471e634466b2224776bd887adc1fd2fe0f3df3ed 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
-0.005
+0.005 12 Mar 2007
+       - 0.005 release
        - added a TODO section to the POD
        - include NA in the die output from Makefile.PL if we can't
          find supported GUI libraries/headers (RT #24486)
index 1f83b09a92f262158b75a445d656615c9eadaa35..7d116c4af7929135ff1daaac83abb3febc115fd6 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.004';
+  $VERSION = '0.005';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;