File: Changes

package info (click to toggle)
libclass-data-inheritable-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 21; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,019 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
0.10  Thu Oct 24 01:40:24 UTC 2024
    - don't use vars, use our (thanks haarg)

0.09  Fri Jul 30 22:42:00 UTC 2021
    - Update spelling errors to resolve #83824 and #86563

0.08  Sat Jan 26 00:34:11 NZDT 2008
    - Fix 'perltooc' typo in Docs 

0.07  Sat Jan 26 00:34:11 NZDT 2008
    - Relicense as dual AL/GPL

0.06  Wed Sep 20 14:35:55 BST 2006
    - Sync the japanese docs (as best as possible!)

0.05  Sat Aug 26 18:27:12 UTC 2006
    - Use correct bug reporting address (Jonathan Rockway)

0.04  Sat Sep 24 12:36:56 UTC 2005
    - Tony Bowden now maintainer
    - Document how to set value when creating data
    - Complete rewrite of tests

0.03  Tue Mar 11 18:30:01 GMT 2003
    - Rearranged the docs a smidge.
    - Added Japanese docs from perldocjp (thanks Atsuhi Kato)
    - mk_classdata() is now explicitly only a class method
    - Added this change log.

0.02  Sat Apr 15 05:14:17 GMT 2000
    * mk_classdata() now creates a private accessor alias.

0.01  Fri Apr 14 09:17:15 GMT 2000
    * First cut.