-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d21dfa0
Showing
7 changed files
with
1,022 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{{$NEXT}} | ||
|
||
0.004 2016-09-25 20:01:03+02:00 Europe/Stockholm | ||
- :lvalue subroutines didn't work properly in perl 5.14, so depend on 5.16 | ||
- A few minor documentation fixups. | ||
|
||
0.003 2016-09-24 23:37:16+02:00 Europe/Stockholm | ||
- Oops, wrong example in synopsis - fixed. | ||
|
||
0.002 2016-09-24 23:32:43+02:00 Europe/Stockholm | ||
- Remade internals completely. Now should have less issues with overloads. | ||
- Using Function::Parameters and therefore perl 5.14. | ||
- Using Time::Zone::Olson for time zone handling. | ||
|
||
0.001 2016-09-19 06:43:18+02:00 Europe/Stockholm | ||
- Added tests switched to using Sentinel, and fixed some minor issues. | ||
|
||
0.001 2016-09-19 03:32:58+02:00 Europe/Stockholm (TRIAL RELEASE) | ||
- Initial version sees the light of day. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name = Time-C | ||
author = Andreas Guldstrand <[email protected]> | ||
license = MIT | ||
copyright_holder = Andreas Guldstrand | ||
copyright_year = 2016 | ||
|
||
version = 0.004 | ||
|
||
[@Basic] | ||
|
||
[Prereqs] | ||
perl = 5.016000 | ||
overload = 0 | ||
Function::Parameters = 1.0705 | ||
Test::More = 0 | ||
Time::Moment = 0.38 | ||
Time::Piece = 1.31 | ||
Time::Zone::Olson = 0.12 | ||
|
||
[NextRelease] | ||
[PkgVersion] | ||
[PodWeaver] |
Oops, something went wrong.