Name
CatalystX::Usul::Response::FileSystem - Object wrapper for the file system
Version
0.1.$Revision: 1319 $
Synopsis
use CatalystX::Usul::Response::FileSystem;
$file_system_object = CatalystX::Usul::Response::FileSystem->new;
Description
Object wrapper for the file system
Configuration and Environment
Defines the following list of attributes;
file_system
-
An optional string. The name of the wanted file system
file_systems
-
An array ref containing the list of defined file systems of the specified type
fs_type
-
An optional string. The type of the file systems to list
ipc
-
A required object. An instance of Class::Usul::IPC
volume
-
An optional string. The volume of the file_system attribute
Subroutines/Methods
None
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Acknowledgements
Larry Wall - For the Perl programming language
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2013 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE