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

Copyright (c) 1998 Dan Sugalski <sugalskd@ous.edu>

You may distribute under the terms of the Artistic License, as distributed
with Perl.

This module lets you fetch a list of devices, get info on those devices, as
well as mount, unmount, allocate, deallocate, and initialize devices.

perl Makefile.pl
mms
mms test

to build and test the extension. If it tests OK, then

mms install

to install it.

This beta release is fully functional, but not thoroughly tested. It may
well misbehave under some circumstances, leak memory, or die gracelessly
when passed truly bogus parameters. Use with appropriate care.

WHAT'S CHANGED IN THIS RELEASE:

0.06: Fixed a C thinko (had && where I should have had &) which rendered
      decode_device_bitmap useless.