README for VMS::Device2Copyright (c) 1998 Dan Sugalski JYou may distribute under the terms of the Artistic License, as distributed with Perl.KThis module lets you fetch a list of devices, get info on those devices, asEwell as mount, unmount, allocate, deallocate, and initialize devices.perl Makefile.plmmsmms test5to build and test the extension. If it tests OK, then mms installto install it.HThis beta release is fully functional, but not thoroughly tested. It mayHwell misbehave under some circumstances, leak memory, or die gracelessly>when passed truly bogus parameters. Use with appropriate care.WHAT'S CHANGED IN THIS RELEASE:H0.06: Fixed a C thinko (had && where I should have had &) which rendered# decode_device_bitmap useless.