The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

File::DataClass::Constants - Definitions of constant values

Version

This document describes version v0.19.$Rev: 1 $

Synopsis

   use File::DataClass::Constants;

   my $bool = TRUE;

Description

Exports a list of subroutines each of which returns a constants value

Subroutines/Methods

ARRAY

String ARRAY

CODE

String CODE

CYGWIN

The devil's spawn with compatibility library loaded

EVIL

The devil's spawn

EXCEPTION_CLASS

The class to use when throwing exceptions

EXTENSIONS

Hash ref that map filename extensions (keys) onto storage subclasses (values)

FALSE

Digit 0

HASH

String HASH

LANG

Default language code, en

LOCALIZE

The character sequence that introduces a localization substitution parameter. Left square bracket underscore

NO_UMASK_STACK

Prevent the IO object from pushing and restoring umasks by pushing this value onto the _umask array ref attribute

NUL

Empty string

PERMS

Default file creation permissions

SPC

Space character

STAT_FIELDS

The list of fields returned by the core stat function

TRUE

Digit 1

Diagnostics

None

Configuration and Environment

None

Dependencies

MooseX::ClassAttribute
Sub::Exporter

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) 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