Skip to content
New issue

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

Document the subroutines that are exportable from Kernel::System::DateTime #2982

Closed
bschmalhofer opened this issue Feb 19, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@bschmalhofer
Copy link
Contributor

Kernel::System::DateTime may be asked to export some methods.

our %EXPORT_TAGS = (  
    all => [
        'OTOBOTimeZoneGet',
        'SystemTimeZoneGet',
        'TimeZoneList',
        'UserDefaultTimeZoneGet',
    ],
);

This should be documented.

@bschmalhofer bschmalhofer added the documentation Improvements or additions to documentation label Feb 19, 2024
@bschmalhofer bschmalhofer added this to the OTOBO 11.0 milestone Feb 19, 2024
bschmalhofer added a commit that referenced this issue Mar 5, 2024
The usual order in an OTOBO module is:
- pragmas
- import statements
- package variables
- package code
- methods
bschmalhofer added a commit that referenced this issue Mar 5, 2024
document that some subroutines can be imported into the callers namespace.
Also, some tidying in the POD.
bschmalhofer added a commit that referenced this issue Mar 5, 2024
The usual order in an OTOBO module is:
- pragmas
- import statements
- package variables
- package code
- methods
bschmalhofer added a commit that referenced this issue Mar 5, 2024
document that some subroutines can be imported into the callers namespace.
Also, some tidying in the POD.
@bschmalhofer
Copy link
Contributor Author

Improved the POD. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant