We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel::System::DateTime may be asked to export some methods.
Kernel::System::DateTime
our %EXPORT_TAGS = ( all => [ 'OTOBOTimeZoneGet', 'SystemTimeZoneGet', 'TimeZoneList', 'UserDefaultTimeZoneGet', ], );
This should be documented.
The text was updated successfully, but these errors were encountered:
Issue #2982: standardize the boilerplate and imports
09691d2
The usual order in an OTOBO module is: - pragmas - import statements - package variables - package code - methods
Issue #2982: enhance the POD
a94294d
document that some subroutines can be imported into the callers namespace. Also, some tidying in the POD.
1400319
1f2ec08
Improved the POD. Closing this issue.
Sorry, something went wrong.
No branches or pull requests
Kernel::System::DateTime
may be asked to export some methods.This should be documented.
The text was updated successfully, but these errors were encountered: