# $File: //member/autrijus/Beer-Admin/README $ $Author: autrijus $ # $Revision: #2 $ $Change: 4480 $ $DateTime: 2003/02/28 16:37:37 $ This is the README file for Beer::Admin, the Bundled Environment Extension Rules (BEER) toolkit. It's a drop-in replacement for ExtUtils::MakeMaker, and a descendent of CPAN::MakeMaker. Please type "perldoc Beer::Admin" after installation to see the module usage information. * Installation Beer::Admin uses the standard perl module install process: cpansign -v # see SIGNATURE for details perl Makefile.PL make make test make install * Notes for Windows users If you are using Microsoft Windows, you will probably need the 'nmake' utility before installation. It's available at: ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe If you are connected to the internet, "perl Makefile.PL" is capable of automatically fetch it, and install into your windows directory; all you have to do is to answer 'y' to this question: Required executable 'nmake' not found. Install it? [Y/n]: However, if you are not yet online, or wish to install 'nmake' into another directory, then please download the file manually, save it to a directory in %PATH (e.g. C:\WINDOWS\COMMAND), then launch the MS-DOS command line shell, "cd" to that directory, and run "nmake15.exe" from there; that will create the 'nmake.exe' file needed by CPANPLUS. You may then resume the installation process above, but replace 'make' with 'nmake' in the last three lines. * Copyright Copyright 2003 by Autrijus Tang . Copyright (c) 2002. Brian Ingerson. All rights reserved. All rights reserved. You can redistribute and/or modify this bundle under the same terms as Perl itself. See .