https://github.com/fglock/datetime-event-random
DateTime extension for creating random datetimes
https://github.com/fglock/datetime-event-random
Last synced: about 1 year ago
JSON representation
DateTime extension for creating random datetimes
- Host: GitHub
- URL: https://github.com/fglock/datetime-event-random
- Owner: fglock
- License: other
- Created: 2012-12-16T17:43:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-16T18:05:18.000Z (over 13 years ago)
- Last Synced: 2025-02-16T10:14:14.515Z (over 1 year ago)
- Language: Perl
- Size: 129 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
OVERVIEW
This module creates DateTime::* objects with random values.
INSTALLATION
To install this module type the following in the distribution
directory:
perl Makefile.PL
make
make test
make install
A NOTE ON FAILING TESTS
If a test fail, please rerun the test.
That's because some tests depend on averaging the result
of operations on random numbers, and they _may_ eventually fail.
If the test continues failing, please report using CPAN or
to the datetime@perl.org mailing list.