File: Changes

package info (click to toggle)
libtie-cycle-sinewave-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 156; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Revision history for Perl extension Tie::Cycle::Sinewave

0.05 2007-11-07 21:31:52 UTC
    - New-style POD testing infrastructure used.
    - META.yml should conform to current spec. No code changes,
      current users do not need to upgrade.

0.04 2006-11-03 13:11:01 UTC
    - Clarified licensing information in META.yml. No other functional
      changes.

0.03 2006-07-25 14:13:26 UTC 
    - Fixed up a silly error in the synopsis example code.
    - Refined the code to deal with 2*PI wraparound (only shows up on
      64-bit platforms. Not sure if this fix is sufficient).
    - The README talked about Build.PL instead of Makefile.PL.

0.02 2005-10-02 15:16:29 UTC
    - Couldn't get Build.PL to play nicely under smoke tests (the dreaded
      "Too early to specify a build action 'Build'." error). So I threw
      it away and use ExtUtils::MakeMaker instead.
    - t/pod.t and t/pod_coverage.t were subsumed by t/00-basic.t
    - detabbed source files

0.01 2005-04-05 15:00:09 UTC
    - initial release