Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leto/datetime-format-human-duration
Release history of DateTime-Format-Human-Duration
https://github.com/leto/datetime-format-human-duration
Last synced: about 2 months ago
JSON representation
Release history of DateTime-Format-Human-Duration
- Host: GitHub
- URL: https://github.com/leto/datetime-format-human-duration
- Owner: leto
- Created: 2011-09-26T23:19:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-26T23:50:42.000Z (over 13 years ago)
- Last Synced: 2024-06-11T18:57:26.955Z (7 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/DateTime-Format-Human-Duration/
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
DateTime-Format-Human-Duration version 0.0.1
DOCUMENTATION
See POD for documentation.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installAlternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build installDEPENDENCIES
See DEPENDENCIES section in POD, 'requires' key in Build.PL,
or 'PREREQ_PM' key in Makefile.PLCOPYRIGHT AND LICENCE
Copyright (C) 2008, Daniel Muey
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.