Skip to content

Commit

Permalink
Initial git import - 0.004
Browse files Browse the repository at this point in the history
  • Loading branch information
pink-mist committed Sep 25, 2016
0 parents commit d21dfa0
Show file tree
Hide file tree
Showing 7 changed files with 1,022 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Changes
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.
22 changes: 22 additions & 0 deletions dist.ini
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]
Loading

0 comments on commit d21dfa0

Please sign in to comment.