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

Name

CatalystX::Usul::Shells - Access the available shells list

Version

Describes v0.17.$Rev: 1 $

Synopsis

   use CatalystX::Usul::Shells

   $shells_object  = CatalystX::Usul::Shells->new( $attrs );

Description

Provides access to the operating systems list of available shells. Used by the user object for account creation

Configuration and Environment

Defines the following attributes

default

File path which defaults to the first available from; the environment variable SHELL, /bin/ksh, /bin/bash, or /bin/sh

path

File path which defaults to /etc/shells

shells

Array ref of shells defined in /etc/shells, sorted with /bin/false return first

Subroutines/Methods

None

Diagnostics

None

Dependencies

CatalystX::Usul::Moose
CatalystX::Usul::Constraints

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

Author

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Copyright (c) 2014 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