Blame lib/Date/Manip/TZ_Base.pod

Packit 95306a
# Copyright (c) 2010-2017 Sullivan Beck. All rights reserved.
Packit 95306a
# This program is free software; you can redistribute it and/or modify it
Packit 95306a
# under the same terms as Perl itself.
Packit 95306a
Packit 95306a
=pod
Packit 95306a
Packit 95306a
=head1 NAME
Packit 95306a
Packit 95306a
Date::Manip::TZ_Base - Methods common to the TZ and Base classes
Packit 95306a
Packit 95306a
=head1 SYNOPSIS
Packit 95306a
Packit 95306a
The Date::Manip::TZ_Base class is a second base class used for the
Packit 95306a
following Date::Manip classes:
Packit 95306a
Packit 95306a
=over 4
Packit 95306a
Packit 95306a
=item L<Date::Manip::Base>
Packit 95306a
Packit 95306a
=item L<Date::Manip::TZ>
Packit 95306a
Packit 95306a
=back
Packit 95306a
Packit 95306a
This module is not intended to be called directly and performs no
Packit 95306a
useful function by itself. Instead, use the various derived classes
Packit 95306a
which inherit from it.
Packit 95306a
Packit 95306a
=head1 DESCRIPTION
Packit 95306a
Packit 95306a
This module contains no public methods and is used internally by
Packit 95306a
the Base and TZ classes. In some instances, basic date operations
Packit 95306a
depend on timezone information, and all timezone operations depend
Packit 95306a
on the base class.  In order to avoid a circular dependency, I created
Packit 95306a
this class which allowed me to avoid that.
Packit 95306a
Packit 95306a
=head1 KNOWN BUGS
Packit 95306a
Packit 95306a
None known.
Packit 95306a
Packit 95306a
=head1 BUGS AND QUESTIONS
Packit 95306a
Packit 95306a
Please refer to the L<Date::Manip::Problems> documentation for
Packit 95306a
information on submitting bug reports or questions to the author.
Packit 95306a
Packit 95306a
=head1 SEE ALSO
Packit 95306a
Packit 95306a
L<Date::Manip>       - main module documentation
Packit 95306a
Packit 95306a
=head1 LICENSE
Packit 95306a
Packit 95306a
This script is free software; you can redistribute it and/or
Packit 95306a
modify it under the same terms as Perl itself.
Packit 95306a
Packit 95306a
=head1 AUTHOR
Packit 95306a
Packit 95306a
Sullivan Beck (sbeck@cpan.org)
Packit 95306a
Packit 95306a
=cut