Beer::Win32 - Extension Rules for Win32
This document describes version 0.01 of Beer::Win32, released February 28, 2003.
In your Makefile.PL:
use inc::Beer;
check_nmake();
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.
the Beer::Admin manpage, the Config manpage
Autrijus Tang <autrijus@autrijus.org>
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.