-
-
15 Nov 2021 20:44:07 UTC
- Distribution: Date-Manip
- Module version: 6.86
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (4)
- Testers (1 / 0 / 0)
- Kwalitee
Bus factor: 1- 57.89% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (1.91MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Sullivan Beck (sbeck@cpan.org)
- Dependencies
- Carp
- Cwd
- Data::Dumper
- Encode
- File::Find
- File::Spec
- IO::File
- Storable
- utf8
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Date::Manip::TZ_Base - Methods common to the TZ and Base classes
SYNOPSIS
The Date::Manip::TZ_Base class is a second base class used for the following Date::Manip classes:
This module is not intended to be called directly and performs no useful function by itself. Instead, use the various derived classes which inherit from it.
DESCRIPTION
This module contains no public methods and is used internally by the Base and TZ classes. In some instances, basic date operations depend on timezone information, and all timezone operations depend on the base class. In order to avoid a circular dependency, I created this class which allowed me to avoid that.
KNOWN BUGS
None known.
BUGS AND QUESTIONS
Please refer to the Date::Manip::Problems documentation for information on submitting bug reports or questions to the author.
SEE ALSO
Date::Manip - main module documentation
LICENSE
This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Sullivan Beck (sbeck@cpan.org)
Module Install Instructions
To install Date::Manip, copy and paste the appropriate command in to your terminal.
cpanm Date::Manip
perl -MCPAN -e shell install Date::Manip
For more information on module installation, please visit the detailed CPAN module installation guide.