File: Changes

package info (click to toggle)
libclass-measure-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 441; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,258 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Revision history for Perl extension Class-Measure.

0.10 2023-06-07T19:00:47Z

 - Do not modify source objects when doing math.
 - Minor metadata and boilerplate updates.

0.09 2021-01-30T19:53:47Z

 - Minor build update.

0.08 2020-08-15T18:23:04Z

 - Fixed a bug where conversions using a code ref would return a scalar ref
   instead of the expected scalar.
 - Unit conversions can now be registered with numbers that would have been
   previously interpreted as invalid arguments, like `2e-1`.
 - Some documentation cleanup.

0.07 2019-03-08T18:34:42Z

 - Performance improvements.
 - Declare Carp dependency.
 - Require perl 5.8.1.
 - Simplify VERSION declarations.

0.06 2019-02-18T06:26:18Z

 - Migrate all the tests from Test::More to Test2::V0.
 - Migrate build tooling from Dist::Zilla to Minilla.

0.05 2012-03-19

 - Use Dist::Zilla for packaging up the distro.

0.04

 - Fix tests to declare the number of test first and to not use lib.
 - Remove AUTOLOAD.  Slap me please.
 - Other random cleanups.

0.03

 - Added nautical_mile length unit type.

0.02

 - Stringifying a measure object now works.
 - Overloads division and multipliation operators.
 - Added META.yml and renamed 00_class.t to 00_measure.t.

0.01 2005-08-08

 - First version.