From: Tony Cook Date: Tue, 2 Jan 2007 11:52:16 +0000 (+0000) Subject: commit for 0.002 X-Git-Tag: v0.008~26 X-Git-Url: http://git.imager.perl.org/imager-screenshot.git/commitdiff_plain/cb2b4ace392e1accab98b888b105dfff93c605f4 commit for 0.002 --- diff --git a/Changes b/Changes index a34c6e7..8d729b4 100755 --- 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 diff --git a/Screenshot.pm b/Screenshot.pm index ea08ce4..1b20b82 100644 --- a/Screenshot.pm +++ b/Screenshot.pm @@ -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;