https://github.com/nigelhorne/readonly-values-days
Days constants
https://github.com/nigelhorne/readonly-values-days
constants perl
Last synced: 4 months ago
JSON representation
Days constants
- Host: GitHub
- URL: https://github.com/nigelhorne/readonly-values-days
- Owner: nigelhorne
- License: gpl-2.0
- Created: 2025-09-03T00:47:37.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-09-03T01:06:19.000Z (4 months ago)
- Last Synced: 2025-09-03T02:34:40.252Z (4 months ago)
- Topics: constants, perl
- Language: Perl
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Readonly::Values::Days - Days Constants
# VERSION
Version 0.01
# SYNOPSIS
use Readonly::Values::Days;
# Iterate full day names
for my $name (@day_names) {
printf "%-9s => %2d\n", ucfirst($name), $days{$name};
}
# AUTHOR
Nigel Horne, ``
# BUGS
# SEE ALSO
# SUPPORT
This module is provided as-is without any warranty.
Please report any bugs or feature requests to `bug-readonly-values-days at rt.cpan.org`,
or through the web interface at
[http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Readonly-Values-Days](http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Readonly-Values-Days).
I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Readonly::Values::Days
You can also look for information at:
- MetaCPAN
[https://metacpan.org/dist/Readonly-Values-Days](https://metacpan.org/dist/Readonly-Values-Days)
- RT: CPAN's request tracker
[https://rt.cpan.org/NoAuth/Bugs.html?Dist=Readonly-Values-Days](https://rt.cpan.org/NoAuth/Bugs.html?Dist=Readonly-Values-Days)
- CPAN Testers' Matrix
[http://matrix.cpantesters.org/?dist=Readonly-Values-Days](http://matrix.cpantesters.org/?dist=Readonly-Values-Days)
- CPAN Testers Dependencies
[http://deps.cpantesters.org/?module=Readonly::Values::Days](http://deps.cpantesters.org/?module=Readonly::Values::Days)
# LICENSE AND COPYRIGHT
Copyright 2025 Nigel Horne.
Usage is subject to licence terms.
The licence terms of this software are as follows:
- Personal single user, single computer use: GPL2
- All other users (including Commercial, Charity, Educational, Government)
must apply in writing for a licence for use from Nigel Horne at the
above e-mail.