documentation tweaks
authorTony Cook <tony@develop-help.com>
Mon, 12 Mar 2007 07:33:41 +0000 (07:33 +0000)
committerTony Cook <tony@develop-help.com>
Mon, 12 Mar 2007 07:33:41 +0000 (07:33 +0000)
Changes
README
Screenshot.pm

diff --git a/Changes b/Changes
index cf78bd5281ceaccb676ecff267820d72d797d015..778b3868160a0c7a40a327d8180263afad8eaf6e 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+0.005
+       - 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)
+       - screenshot() no longer leaks image objects caused by the Imager
+         typemap bug (RT #24992)
+
 0.004 23 Jan 2007
        - 0.004 release
        - add ppport.h for 5.005_03 support
diff --git a/README b/README
index 8a60f9c17a8656086ccdf7f8a5541de6ffc665dd..fe4dfee78ee3127ec8b00a2fd386a072d51c183f 100755 (executable)
--- a/README
+++ b/README
@@ -3,8 +3,10 @@ X11 or Win32.
 
 Requires:
   Imager 0.54 or later.
-  SDK header files and libraries for Win32 support
-  X11 header files and libraries for X11 support.
+  Either:
+    SDK header files and libraries for Win32 support
+  and/or
+    X11 header files and libraries for X11 support.
   A C compiler compatible with that used to build perl itself.
 
 Optional:
index c8ecd4ac50a592d67aabf05e4425bfcfdc850aa5..1f83b09a92f262158b75a445d656615c9eadaa35 100644 (file)
@@ -323,6 +323,24 @@ generated by my window manager.
 
 Imager::Screenshot is licensed under the same terms as Perl itself.
 
+=head1 TODO
+
+Future plans include:
+
+=over
+
+=item *
+
+OS X support - I need to find out which APIs to use to do this
+
+=item *
+
+window name searches - currently screenshot() requires a window
+identifier of some sort, it would be more usable if we could supply
+some other identifier, either a window title or a window class name.
+
+=back
+
 =head1 AUTHOR
 
 Tony Cook <tonyc@cpan.org>