From 33f803d8d0289926ed7f63e2cdeadda8356ecc5b Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 12 Mar 2007 07:33:41 +0000 Subject: [PATCH] documentation tweaks --- Changes | 7 +++++++ README | 6 ++++-- Screenshot.pm | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index cf78bd5..778b386 100755 --- 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 8a60f9c..fe4dfee 100755 --- 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: diff --git a/Screenshot.pm b/Screenshot.pm index c8ecd4a..1f83b09 100644 --- a/Screenshot.pm +++ b/Screenshot.pm @@ -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 -- 2.30.2