The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::IE7 - installing and finding IE7 JS compatibility library

SYNOPSIS

  use Alien::IE7;
  ...
  $version = Alien::IE7->version();
  $path    = Alien::IE7->path();
  ...
  Alien::IE7->install( $my_destination_directory );

DESCRIPTION

Please see Alien for the manifesto of the Alien namespace.

METHODS

version()

Returns the IE7 version number.

Not to be confused with the Alien::IE7 version number (which is the version number of the Perl wrapper).

path()

Returns the path to the available copy of IE7.

to_blib()

Returns a hash containing paths to the source files to be copied, and their relative destinations.

files()

Returns the list of files that are installed by Alien::IE7.

install($destdir)

Installs the IE7 compatibility library into the given $destdir. Throws a fatal exception on errors.

AUTHOR

Graham TerMarsch (cpan@howlingfrog.com)

LICENSE

Copyright (C) 2007, Graham TerMarsch. All rights reserved.

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

SEE ALSO

http://dean.edwards.name/ie7/ Alien.