File: Changes

package info (click to toggle)
libobject-tiny-perl 1.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 379; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,086 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
Revision history for Perl extension Object-Tiny

1.09      2018-11-10 04:22:36Z
        - distribution tooling updates

1.08    2011-03-23
	- No functional changes
	- Makefile.PL contains the wrong abstract

1.07    2011-03-22
	- No functional changes
	- Updated Module::Install and author tests

1.06    2008-07-04
	- No functional changes
	- Using strict.pm all the time
	- Fixing META.yml
	- Fixed two "it's" into "its" in the documentation. (SHLOMIF)

1.05    2007-11-01
	- No functional changes
	- Converted Makefile.PL from Module::Install to EU:MM

1.04    2007-10-22
	- No functional changes
	- Upgrading to a newer set of AUTOMATED_TESTING tests

1.03    2007-09-04
	- Use explicit return in the generated accessors
	  (makes them 5-10% faster according to benchmarking)
	- Jonathon Rockway asks why both when we have Class::Accessor::Fast.
	  (I've added a documentation segment to answer it)

1.02    2007-05-09
	- Fixing some POD things
	- No functional changes

1.01    2007-03-23
	- Allowing the use of Object::Tiny with sub-classes

1.00    2007-03-20
	- Initial release