]> git.imager.perl.org - imager-screenshot.git/commitdiff
commit for 0.002 v0.002
authorTony Cook <tony@develop-help.com>
Tue, 2 Jan 2007 11:52:16 +0000 (11:52 +0000)
committerTony Cook <tony@develop-help.com>
Tue, 2 Jan 2007 11:52:16 +0000 (11:52 +0000)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index a34c6e7efadc0c20347ca463df608294a7f6e5e5..8d729b447985c15ddd2dd7b3d8f7da4a2386580e 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,2 +1,8 @@
+0.002 2 Jan 2007
+       Just packaging changes:
+       - README was missing
+       - updated my EU::MM and I now set the LICENSE key so it's set
+         in META.yml
+
 0.001 1 Jan 2007
        - Initial release with X11 and Win32 support
index ea08ce472f1ef35ac5cd030fed08b58e56336189..1b20b82826770e272a2ec8f8de866c23dcfeac37 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.001';
+  $VERSION = '0.002';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;