NAME
    RISC::Workload - Perl module for accessing specific data

DESCRIPTION
    RISC::Workload is a collection of subroutines/methods that allow data 
    to be retrieved from RISC databases.

OVERVIEW OF CLASSES AND PACKAGES
    lib/RISC/Workload.pm
        RISC::Workload - Main class

METHODS
    Decode - Decode the Base64 return object
    GetWorkloadSummaryJSON - Get the workload summary by group ID
    GetGroupsByPlan - Get a list of group IDs from a plan ID
    GetWorkloadDeviceJSON - Get workload device by device ID
    GetWorkloadDiskJSON - Get workload disk by device ID
    GetWorkloadFileSystemJSON - Get workload file system by device ID
    GetWorkloadNicJSON - Get workload Nic by device ID
    GetWorkloadApplicationJSON - Get workload applications by device ID

INSTALLATION
    Use the traditional perl installation commands:
        perl Makefile.PL
        make
        make test
        make install

    Manual Installation Directions for Windows:
        ActiveState
            1. Look for the RISC folder in: C:/Perl/site/lib/
                - If the RISC folder doesn't exist then create the RISC folder and put the .pm file in it
        Strawberry Perl
            1. Look for the RISC folder in: C:/Strawberry/perl/site/lib/
                - If the RISC folder doesn't exist then create the RISC folder and put the .pm file in it

COPYRIGHT
    Copyright (C) RISC Networks. All rights reserved.

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

    This text and all associated documentation for this library is made
    available under the Creative Commons Attribution-NoDerivs 2.0 license.
    http://creativecommons.org/licenses/by-nd/2.0/

AUTHORS
    Katelynn Alexander (kalexander@riscnetworks.com) 