The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Application:
    iv (App-tkiv)

Description:
    iv is an image viewer in Perl::Tk based on IrfanView

Copying:
    Copyright (c) 2004-2009 H.Merijn Brand.  All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.

    Recent changes can be (re)viewed in the public GIT repository at
    http://repo.or.cz/w/App-tkiv.git
    Feel free to clone your own copy:

     $ git clone http://repo.or.cz/r/App-tkiv.git App-tkiv

    or get it as a tgz:

     $ wget --output-document=App-tkiv-git.tgz \
	       'http://repo.or.cz/w/App-tkiv.git?a=snapshot;sf=tgz'

Prerequisites:
    A perl with defined-or (perl 5.8.4 + defined-or, 5.10.x or higher), Tk,
    the plethora of Tk::* image format modules, some Image::* modules (see
    Makefile.PL and/or META.yml) and ImagaMagick (not the perl module).

Build/Installation:
    Standard build/installation:
	perl Makefile.PL
	make test
	make install

Author:
    H.Merijn Brand <h.m.brand@xs4all.nl>