Beer::Win32 - Extension Rules for Win32


NAME

Beer::Win32 - Extension Rules for Win32


VERSION

This document describes version 0.01 of Beer::Win32, released February 28, 2003.


SYNOPSIS

In your Makefile.PL:

    use inc::Beer;
    check_nmake();


DESCRIPTION

This module provides Win32-specific functions. Currently it only exports one function, check_nmake.

For Win32 Perl users, the non-redistributable nmake.exe is often needed before installing CPAN modules. The check_nmake function automatically checks for a valid nmake.exe before writing Makefile.PL, and offers to download it from the vendor site and install it. It has no effect if $Config{make} is not nmake.


SEE ALSO

the Beer::Admin manpage, the Config manpage


AUTHORS

Autrijus Tang <autrijus@autrijus.org>


COPYRIGHT

Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.

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

See http://www.perl.com/perl/misc/Artistic.html